diff options
Diffstat (limited to 'indent/sml.vim')
-rw-r--r-- | indent/sml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/sml.vim b/indent/sml.vim index daf6f683..f99529c9 100644 --- a/indent/sml.vim +++ b/indent/sml.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'sml') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'sml', 'indent/sml.vim') finish endif |