Fixed failed test
This commit is contained in:
parent
bb97e325e4
commit
55fb38206e
|
|
@ -645,6 +645,9 @@ _zsh_highlight_main_highlighter_highlight_list()
|
|||
if [[ -n $REPLY ]] && [[ $REPLY != none ]]; then
|
||||
res=$REPLY
|
||||
arg=$testarg
|
||||
elif _zsh_highlight_main_highlighter_check_path $testarg; then
|
||||
res=none
|
||||
arg=$testarg
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue