We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4bfe5 commit 7b82b88Copy full SHA for 7b82b88
highlighters/main/main-highlighter.zsh
@@ -88,7 +88,7 @@ _zsh_highlight_main_add_region_highlight() {
88
# called inside a $(...) subshell, so the effects will be local.
89
_zsh_highlight_main__type() {
90
if (( $#options_to_set )); then
91
- setopt $options_to_set;
+ setopt localoptions $options_to_set;
92
fi
93
LC_ALL=C builtin type -w -- $1 2>/dev/null
94
}
0 commit comments