Skip to content

Commit e440834

Browse files
committed
driver: Remove now unneeded localoptions
1 parent 31719b6 commit e440834

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver.zsh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ _zsh_highlight_add_highlight()
157157
# 1) Path to the highlighters directory.
158158
_zsh_highlight_load_highlighters()
159159
{
160-
setopt localoptions noksharrays bareglobqual
161-
162160
# Check the directory exists.
163161
[[ -d "$1" ]] || {
164162
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."

0 commit comments

Comments
 (0)