From 3c7b079275bff75941f531ac8fa09a6a8057405c Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Tue, 17 Feb 2015 11:55:54 -0800 Subject: [PATCH] Merge zsh-syntax-highlighting #143 to close #15 The problem reported in issue #15 was fixed upstream in #143: https://github.com/zsh-users/zsh-syntax-highlighting/pull/143 --- zsh-history-substring-search.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-history-substring-search.zsh b/zsh-history-substring-search.zsh index 9b0d1b3..fb381ad 100644 --- a/zsh-history-substring-search.zsh +++ b/zsh-history-substring-search.zsh @@ -143,7 +143,7 @@ if [[ $+functions[_zsh_highlight] -eq 0 ]]; then # 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.