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