Fix regression

This commit is contained in:
Julien Nicoulaud 2011-01-06 23:28:41 +01:00
parent 0b0b09de64
commit f962bdf1e7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
ls
azertyuiop

View File

@ -217,7 +217,7 @@ _zsh_highlight-zle-buffer() {
local clean_event
for event in $(zle -la); do
case $event in
_*|orig-*|.which-command)
_*|orig-*|.run-help|.which-command)
;;
accept-and-menu-complete)
eval "$event() { builtin zle .$event && _zsh_highlight-zle-buffer } ; zle -N $event"