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

after exec token we can expect a command

pull/66/head
Valodim 13 лет назад
committed by Julien Nicoulaud
Родитель
Сommit
f27ef7a279
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh Просмотреть файл

@ -52,7 +52,7 @@
# Tokens that are always immediately followed by a command.
ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
'|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin'
'|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin' 'exec'
)
# Whether the highlighter should be called or not.

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