mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2024-12-28 22:32:02 +00:00
exclude .beep
This commit is contained in:
parent
9e75ca0e76
commit
1858be26bd
2
zsh-syntax-highlighting.zsh
Executable file → Normal file
2
zsh-syntax-highlighting.zsh
Executable file → Normal file
@ -132,7 +132,7 @@ highlighters_dir="${ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR:-${0:h}/highlighters}"
|
||||
}
|
||||
|
||||
# Override ZLE widgets to make them invoke _zsh_highlight.
|
||||
for event in ${${(f)"$(zle -la)"}:#(_*|orig-*|.run-help|.which-command)}; do
|
||||
for event in ${${(f)"$(zle -la)"}:#(_*|orig-*|.run-help|.which-command|.beep)}; do
|
||||
if [[ "$widgets[$event]" == completion:* ]]; then
|
||||
eval "zle -C orig-$event ${${${widgets[$event]}#*:}/:/ } ; $event() { builtin zle orig-$event && _zsh_highlight } ; zle -N $event"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user