From 3a7ddcda0b854d60058ac488b52c837e7ea92fc6 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sat, 22 Sep 2018 22:50:46 +0200 Subject: [PATCH] #535: locally enable BARE_GLOB_QUAL option when loading highlighters --- zsh-syntax-highlighting.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index 561ac81..4caf3a8 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -363,7 +363,7 @@ _zsh_highlight_bind_widgets() # 1) Path to the highlighters directory. _zsh_highlight_load_highlighters() { - setopt localoptions noksharrays + setopt localoptions noksharrays bareglobqual # Check the directory exists. [[ -d "$1" ]] || {