diff options
Diffstat (limited to 'syntax/apachestyle.vim')
-rw-r--r-- | syntax/apachestyle.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/apachestyle.vim b/syntax/apachestyle.vim index cfa084eb..8af07a1a 100644 --- a/syntax/apachestyle.vim +++ b/syntax/apachestyle.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('apachestyle', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'apachestyle') finish endif |