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 1694a400..4ea024ab 100644 --- a/indent/aap.vim +++ b/indent/aap.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'aap') +if has_key(g:polyglot_is_disabled, 'aap') finish endif |