mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-13 10:05:31 +08:00
driver: Pass zle-line-finish arguments on to _zsh_highlight.
(Currently a noop)
This commit is contained in:
parent
a7470586a9
commit
eb506b52b4
@ -284,7 +284,7 @@ if (( $zsh_highlight_use_redrawhook )); then
|
||||
() {
|
||||
local -h +r WIDGET=zle-line-finish
|
||||
_zsh_highlight "$@"
|
||||
}
|
||||
} "$@"
|
||||
}
|
||||
_zsh_highlight_bind_widgets(){}
|
||||
add-zle-hook-widget zle-line-pre-redraw _zsh_highlight
|
||||
|
Loading…
Reference in New Issue
Block a user