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