From f2ba507bbc9edfa841f599cd0694bcafafbcd482 Mon Sep 17 00:00:00 2001 From: m0viefreak Date: Sun, 30 Jul 2017 19:06:21 +0200 Subject: [PATCH] driver: Adjust zsh version for probing for pattern match bug --- 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 2c376e7..6ff39b6 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -56,7 +56,7 @@ fi # Use workaround for bug in ZSH? # zsh-users/zsh@48cadf4 http://www.zsh.org/mla/workers//2017/msg00034.html autoload -U is-at-least -if is-at-least 5.3.2; then +if is-at-least 5.4; then zsh_highlight__pat_static_bug=false else zsh_highlight__pat_static_bug=true