aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/shellcheck.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/compiler/shellcheck.vim')
-rw-r--r--vim/compiler/shellcheck.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/compiler/shellcheck.vim b/vim/compiler/shellcheck.vim
index f440a23d..004ad369 100644
--- a/vim/compiler/shellcheck.vim
+++ b/vim/compiler/shellcheck.vim
@@ -1,6 +1,6 @@
" :compiler support for shell script linting with ShellCheck
" <https://www.shellcheck.net/>
-if exists('current_compiler') || &compatible || v:version < 800
+if exists('current_compiler') || &compatible || !has('patch-7.4.191')
finish
endif
let current_compiler = 'shellcheck'