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