mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
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
Block a user