diff options
Diffstat (limited to 'indent/mp.vim')
-rw-r--r-- | indent/mp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/mp.vim b/indent/mp.vim index c0880661..a5c7bb8d 100644 --- a/indent/mp.vim +++ b/indent/mp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mp') +if has_key(g:polyglot_is_disabled, 'mp') finish endif |