Skip to content

Commit f94548e

Browse files
committed
driver: Remove now unneeded localoptions
1 parent 6de5cea commit f94548e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

driver.zsh

-3
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ else
205205
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
206206
_zsh_highlight_bind_widgets()
207207
{
208-
setopt localoptions noksharrays
209208
typeset -F SECONDS
210209
local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once
211210

@@ -276,8 +275,6 @@ fi
276275
# 1) Path to the highlighters directory.
277276
_zsh_highlight_load_highlighters()
278277
{
279-
setopt localoptions noksharrays bareglobqual
280-
281278
# Check the directory exists.
282279
[[ -d "$1" ]] || {
283280
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."

0 commit comments

Comments
 (0)