diff options
Diffstat (limited to 'indent/scheme.vim')
-rw-r--r-- | indent/scheme.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/scheme.vim b/indent/scheme.vim index 670324f0..02502a6f 100644 --- a/indent/scheme.vim +++ b/indent/scheme.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'scheme') +if has_key(g:polyglot_is_disabled, 'scheme') finish endif |