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 475d9cd5..670324f0 100644 --- a/indent/scheme.vim +++ b/indent/scheme.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('scheme', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'scheme') finish endif |