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 a5c7bb8d..b616b29c 100644 --- a/indent/mp.vim +++ b/indent/mp.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'mp') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'mp', 'indent/mp.vim') finish endif |