mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Remove stray leftover debug option.
This commit is contained in:
parent
275943a3eb
commit
b68c2701d0
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ then
|
||||||
add-zle-hook-widget zle-line-pre-redraw _zsh_highlight
|
add-zle-hook-widget zle-line-pre-redraw _zsh_highlight
|
||||||
add-zle-hook-widget zle-line-finish _zsh_highlight__zle-line-finish
|
add-zle-hook-widget zle-line-finish _zsh_highlight__zle-line-finish
|
||||||
|
|
||||||
setopt noxtrace ${prevunsetstate}UNSET # put back as before
|
setopt ${prevunsetstate}UNSET # put back as before
|
||||||
else
|
else
|
||||||
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
|
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
|
||||||
_zsh_highlight_bind_widgets()
|
_zsh_highlight_bind_widgets()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue