driver: Pass zle-line-finish arguments on to _zsh_highlight.

(Currently a noop)
This commit is contained in:
Daniel Shahaf 2016-08-24 22:56:09 +00:00 committed by Matthew Martin
parent 74a27de70d
commit 30c6e70394

View file

@ -373,7 +373,7 @@ if (( $zsh_highlight_use_redrawhook )); then
() {
local -h +r WIDGET=zle-line-finish
_zsh_highlight "$@"
}
} "$@"
}
_zsh_highlight_bind_widgets(){}
if [[ -o zle ]]; then