driver: Pass zle-line-finish arguments on to _zsh_highlight.
(Currently a noop)
This commit is contained in:
parent
74a27de70d
commit
30c6e70394
@ -373,7 +373,7 @@ if (( $zsh_highlight_use_redrawhook )); then
|
|||||||
() {
|
() {
|
||||||
local -h +r WIDGET=zle-line-finish
|
local -h +r WIDGET=zle-line-finish
|
||||||
_zsh_highlight "$@"
|
_zsh_highlight "$@"
|
||||||
}
|
} "$@"
|
||||||
}
|
}
|
||||||
_zsh_highlight_bind_widgets(){}
|
_zsh_highlight_bind_widgets(){}
|
||||||
if [[ -o zle ]]; then
|
if [[ -o zle ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user