aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/zsh.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/compiler/zsh.vim')
-rw-r--r--vim/compiler/zsh.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/compiler/zsh.vim b/vim/compiler/zsh.vim
index bb8802c9..1ed48412 100644
--- a/vim/compiler/zsh.vim
+++ b/vim/compiler/zsh.vim
@@ -1,5 +1,5 @@
" :compiler support for Z Shell syntax checking with `zsh -n`
-if exists('current_compiler') || &compatible || v:version < 800
+if exists('current_compiler') || &compatible || !has('patch-7.4.191')
finish
endif
let current_compiler = 'zsh'