diff options
Diffstat (limited to 'syntax/mp.vim')
-rw-r--r-- | syntax/mp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/mp.vim b/syntax/mp.vim index 3f52854a..39b632b3 100644 --- a/syntax/mp.vim +++ b/syntax/mp.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'mp') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'mp', 'syntax/mp.vim') finish endif |