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