Skip to content

Commit

Permalink
Merge pull request zsh-users#143 from vincentbernat/fix/yank-pop
Browse files Browse the repository at this point in the history
zle: don't override yank/yank-pop
  • Loading branch information
nicoulaj committed Sep 24, 2014
2 parents 5320f1e + 74a1834 commit eb9870f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-syntax-highlighting.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb9870f

Please sign in to comment.