Skip to content

Commit

Permalink
driver: Highlight even after a widget returns non-zero
Browse files Browse the repository at this point in the history
Closes #90.
  • Loading branch information
phy1729 committed Jan 5, 2018
1 parent df0f448 commit 14546b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-syntax-highlighting.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ _zsh_highlight_add_highlight()
# $1 is name of widget to call
_zsh_highlight_call_widget()
{
builtin zle "$@" &&
builtin zle "$@"
_zsh_highlight
}

Expand Down

0 comments on commit 14546b3

Please sign in to comment.