diff options
Diffstat (limited to 'indent/slim.vim')
-rw-r--r-- | indent/slim.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/slim.vim b/indent/slim.vim index 95eda92d..a33b2095 100644 --- a/indent/slim.vim +++ b/indent/slim.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('slim', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'slim') finish endif |