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