noop: Make a whitespace-only change to reduce noise in the next commit.

This commit is contained in:
Daniel Shahaf 2016-10-17 14:49:53 +00:00 committed by Matthew Martin
parent 66ae59eccc
commit d2594c1157

View File

@ -341,6 +341,7 @@ _zsh_highlight_call_widget()
_zsh_highlight
}
if true; then
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
_zsh_highlight_bind_widgets()
{
@ -407,6 +408,7 @@ _zsh_highlight_bind_widgets()
esac
done
}
fi
if (( $zsh_highlight_use_redrawhook )); then
_zsh_highlight__zle-line-finish() {