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