after exec token we can expect a command

This commit is contained in:
Valodim 2011-07-25 18:54:15 +08:00 committed by Julien Nicoulaud
parent 0e331cd654
commit f27ef7a279

View File

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