Fixed failed test

This commit is contained in:
Joe Rabinoff 2020-02-19 10:49:02 -05:00
parent bb97e325e4
commit 55fb38206e

View File

@ -645,6 +645,9 @@ _zsh_highlight_main_highlighter_highlight_list()
if [[ -n $REPLY ]] && [[ $REPLY != none ]]; then if [[ -n $REPLY ]] && [[ $REPLY != none ]]; then
res=$REPLY res=$REPLY
arg=$testarg arg=$testarg
elif _zsh_highlight_main_highlighter_check_path $testarg; then
res=none
arg=$testarg
fi fi
fi fi
} }