mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Fix regression
This commit is contained in:
parent
0b0b09de64
commit
f962bdf1e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue