summaryrefslogtreecommitdiffstats
path: root/syntax/modula2.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modula2.vim')
-rw-r--r--syntax/modula2.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modula2.vim b/syntax/modula2.vim
index 9a6d3d72..dd3111e7 100644
--- a/syntax/modula2.vim
+++ b/syntax/modula2.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('modula2', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'modula2')
finish
endif