diff options
Diffstat (limited to 'syntax/maple.vim')
-rw-r--r-- | syntax/maple.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/maple.vim b/syntax/maple.vim index 5d72a609..71508463 100644 --- a/syntax/maple.vim +++ b/syntax/maple.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('maple', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'maple') finish endif |