We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de5cea commit f94548eCopy full SHA for f94548e
driver.zsh
@@ -205,7 +205,6 @@ else
205
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
206
_zsh_highlight_bind_widgets()
207
{
208
- setopt localoptions noksharrays
209
typeset -F SECONDS
210
local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once
211
@@ -276,8 +275,6 @@ fi
276
275
# 1) Path to the highlighters directory.
277
_zsh_highlight_load_highlighters()
278
279
- setopt localoptions noksharrays bareglobqual
280
-
281
# Check the directory exists.
282
[[ -d "$1" ]] || {
283
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."
0 commit comments