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
|
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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue