plugin.zsh: Don't override yank-pop

This commit is contained in:
Sebastian Gniazdowski 2019-10-03 07:19:45 +02:00
parent 10d5f36865
commit 26dc787ad6

View file

@ -228,7 +228,7 @@ _zsh_highlight_bind_widgets()
# Override ZLE widgets to make them invoke _zsh_highlight.
local -U widgets_to_bind
widgets_to_bind=(${${(k)widgets}:#(.*|run-help|which-command|beep|set-local-history|yank)})
widgets_to_bind=(${${(k)widgets}:#(.*|run-help|which-command|beep|set-local-history|yank|yank-pop)})
# Always wrap special zle-line-finish widget. This is needed to decide if the
# current line ends and special highlighting logic needs to be applied.