mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
driver: Remove now unneeded localoptions
This commit is contained in:
parent
31719b6bb6
commit
e4408343a1
@ -157,8 +157,6 @@ _zsh_highlight_add_highlight()
|
|||||||
# 1) Path to the highlighters directory.
|
# 1) Path to the highlighters directory.
|
||||||
_zsh_highlight_load_highlighters()
|
_zsh_highlight_load_highlighters()
|
||||||
{
|
{
|
||||||
setopt localoptions noksharrays bareglobqual
|
|
||||||
|
|
||||||
# Check the directory exists.
|
# Check the directory exists.
|
||||||
[[ -d "$1" ]] || {
|
[[ -d "$1" ]] || {
|
||||||
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."
|
print -r -- >&2 "zsh-syntax-highlighting: highlighters directory ${(qq)1} not found."
|
||||||
|
Loading…
Reference in New Issue
Block a user