diff options
Diffstat (limited to 'syntax/apache.vim')
-rw-r--r-- | syntax/apache.vim | 2 |
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 |