We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbba9d commit 6449f17Copy full SHA for 6449f17
driver.zsh
@@ -309,7 +309,6 @@ else
309
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
310
_zsh_highlight_bind_widgets()
311
{
312
- setopt localoptions noksharrays
313
typeset -F SECONDS
314
local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once
315
@@ -380,8 +379,6 @@ fi
380
379
# 1) Path to the highlighters directory.
381
_zsh_highlight_load_highlighters()
382
383
- setopt localoptions noksharrays bareglobqual
384
-
385
# Check the directory exists.
386
[[ -d "$1" ]] || {
387
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."
0 commit comments