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