summaryrefslogtreecommitdiffstats
path: root/syntax/php.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/php.vim')
-rw-r--r--syntax/php.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/php.vim b/syntax/php.vim
index ffb5c64d..f221f492 100644
--- a/syntax/php.vim
+++ b/syntax/php.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('php', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'php')
finish
endif