Issue 38: Conflict with command-not-found

This commit is contained in:
Julien Nicoulaud 2011-01-06 22:25:16 +01:00
parent 4d0e833079
commit 83372a5cee

View file

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