Merge pull request #143 from vincentbernat/fix/yank-pop

zle: don't override yank/yank-pop
This commit is contained in:
nicoulaj 2014-09-24 22:49:21 +02:00
commit eb9870f4db

View file

@ -134,7 +134,7 @@ _zsh_highlight_bind_widgets()
# Override ZLE widgets to make them invoke _zsh_highlight.
local cur_widget
for cur_widget in ${${(f)"$(builtin zle -la)"}:#(.*|_*|orig-*|run-help|which-command|beep)}; do
for cur_widget in ${${(f)"$(builtin zle -la)"}:#(.*|_*|orig-*|run-help|which-command|beep|yank*)}; do
case $widgets[$cur_widget] in
# Already rebound event: do nothing.