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