driver: Adjust zsh version for probing for pattern match bug

This commit is contained in:
m0viefreak 2017-07-30 19:06:21 +02:00
parent 28e661bbc8
commit f2ba507bbc

View file

@ -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