#535: locally enable BARE_GLOB_QUAL option when loading highlighters
This commit is contained in:
parent
8348e2d2cc
commit
3a7ddcda0b
@ -363,7 +363,7 @@ _zsh_highlight_bind_widgets()
|
|||||||
# 1) Path to the highlighters directory.
|
# 1) Path to the highlighters directory.
|
||||||
_zsh_highlight_load_highlighters()
|
_zsh_highlight_load_highlighters()
|
||||||
{
|
{
|
||||||
setopt localoptions noksharrays
|
setopt localoptions noksharrays bareglobqual
|
||||||
|
|
||||||
# Check the directory exists.
|
# Check the directory exists.
|
||||||
[[ -d "$1" ]] || {
|
[[ -d "$1" ]] || {
|
||||||
|
Loading…
Reference in New Issue
Block a user