Removing '§' from ZLE_TOKENS_FOLLOWED_BY_COMMANDS.

This commit is contained in:
Wayne Davison 2010-12-26 11:56:05 -08:00
parent 57da7c9a28
commit ff908d1128

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')
_check_path() {
[[ -z $arg ]] && return 1