Skip to content

Commit 14546b3

Browse files
committed
driver: Highlight even after a widget returns non-zero
Closes zsh-users#90.
1 parent df0f448 commit 14546b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-syntax-highlighting.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ _zsh_highlight_add_highlight()
284284
# $1 is name of widget to call
285285
_zsh_highlight_call_widget()
286286
{
287-
builtin zle "$@" &&
287+
builtin zle "$@"
288288
_zsh_highlight
289289
}
290290

0 commit comments

Comments
 (0)