More ZLE_TOKENS_FOLLOWED_BY_COMMANDS entries.

This commit is contained in:
Wayne Davison 2010-12-26 17:08:46 -08:00
parent be71887386
commit d35af74603

View file

@ -22,7 +22,7 @@ ZLE_GLOBING='fg=blue,bold'
ZLE_DEFAULT='fg=white,bold'
ZLE_TOKENS_FOLLOWED_BY_COMMANDS=('|' '||' ';' '&' '&&' 'sudo' 'start' 'time' 'strace')
ZLE_TOKENS_FOLLOWED_BY_COMMANDS=('|' '||' ';' '&' '&&' 'sudo' 'start' 'time' 'strace' 'noglob' 'command' 'builtin')
_check_path() {
[[ -z $arg ]] && return 1