'whence' and 'which' are both followed by commands

This commit is contained in:
Julien Nicoulaud 2011-01-02 18:19:25 +01:00
parent 94ecf1b111
commit f4a5493d12

View File

@ -43,6 +43,8 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
'nocorrect' 'nocorrect'
'command' 'command'
'builtin' 'builtin'
'whence'
'which'
) )
# ZLE events that trigger an update of the highlighting. # ZLE events that trigger an update of the highlighting.