mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
noop: Make a whitespace-only change to reduce noise in the next commit.
This commit is contained in:
parent
89bf578590
commit
9872a186bc
1 changed files with 44 additions and 42 deletions
|
|
@ -274,6 +274,7 @@ _zsh_highlight_call_widget()
|
||||||
_zsh_highlight
|
_zsh_highlight
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if true; then
|
||||||
# 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()
|
||||||
{
|
{
|
||||||
|
|
@ -318,6 +319,7 @@ _zsh_highlight_bind_widgets()
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
if (( $zsh_highlight_use_redrawhook )); then
|
if (( $zsh_highlight_use_redrawhook )); then
|
||||||
_zsh_highlight__zle-line-finish() {
|
_zsh_highlight__zle-line-finish() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue