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 4ea024ab..d149f998 100644 --- a/indent/aap.vim +++ b/indent/aap.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'aap') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'aap', 'indent/aap.vim') finish endif |