Merge pull request #143 from vincentbernat/fix/yank-pop
zle: don't override yank/yank-pop
This commit is contained in:
		
						commit
						eb9870f4db
					
				|  | @ -134,7 +134,7 @@ _zsh_highlight_bind_widgets() | ||||||
| 
 | 
 | ||||||
|   # Override ZLE widgets to make them invoke _zsh_highlight. |   # Override ZLE widgets to make them invoke _zsh_highlight. | ||||||
|   local cur_widget |   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 |     case $widgets[$cur_widget] in | ||||||
| 
 | 
 | ||||||
|       # Already rebound event: do nothing. |       # Already rebound event: do nothing. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue