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