Skip to content

Commit 6449f17

Browse files
committed
driver: Remove now unneeded localoptions
1 parent cfbba9d commit 6449f17

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
@@ -309,7 +309,6 @@ else
309309
# Rebind all ZLE widgets to make them invoke _zsh_highlights.
310310
_zsh_highlight_bind_widgets()
311311
{
312-
setopt localoptions noksharrays
313312
typeset -F SECONDS
314313
local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once
315314

@@ -380,8 +379,6 @@ fi
380379
# 1) Path to the highlighters directory.
381380
_zsh_highlight_load_highlighters()
382381
{
383-
setopt localoptions noksharrays bareglobqual
384-
385382
# Check the directory exists.
386383
[[ -d "$1" ]] || {
387384
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."

0 commit comments

Comments
 (0)