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