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