Просмотр исходного кода

driver: Be immune to 'alias' having been redefined.

pull/399/head
Daniel Shahaf 7 лет назад
Родитель
Сommit
8d5afe47f7
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      zsh-syntax-highlighting.zsh

+ 1
- 1
zsh-syntax-highlighting.zsh Просмотреть файл

@ -28,7 +28,7 @@
# -------------------------------------------------------------------------------------------------
# First of all, ensure predictable parsing.
zsh_highlight__aliases=`alias -L`
zsh_highlight__aliases=`builtin alias -L`
builtin unalias -m '*'
# Set $0 to the expected value, regardless of functionargzero.

Загрузка…
Отмена
Сохранить