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