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