aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/vint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/compiler/vint.vim')
-rw-r--r--vim/compiler/vint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/compiler/vint.vim b/vim/compiler/vint.vim
index 8cd35cf1..216d8602 100644
--- a/vim/compiler/vint.vim
+++ b/vim/compiler/vint.vim
@@ -1,6 +1,6 @@
" :compiler support for Vim script linting with Vint
" <https://github.com/Kuniwak/vint>
-if exists('current_compiler') || &compatible || v:version < 800
+if exists('current_compiler') || &compatible || !has('patch-7.4.191')
finish
endif
let current_compiler = 'vimlint'