mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Allow for all tests to run with no_unset option, and use it via -u flag in makefile.
This commit is contained in:
parent
a5a28a194a
commit
275943a3eb
5 changed files with 29 additions and 22 deletions
|
|
@ -58,7 +58,7 @@
|
|||
_zsh_highlight_highlighter_main_predicate()
|
||||
{
|
||||
# may need to remove path_prefix highlighting when the line ends
|
||||
[[ $WIDGET == zle-line-finish ]] || _zsh_highlight_buffer_modified
|
||||
[[ ${WIDGET-} == zle-line-finish ]] || _zsh_highlight_buffer_modified
|
||||
}
|
||||
|
||||
# Helper to deal with tokens crossing line boundaries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue