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 d70b6d0c..daf6f683 100644 --- a/indent/sml.vim +++ b/indent/sml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sml') +if has_key(g:polyglot_is_disabled, 'sml') finish endif |