diff options
Diffstat (limited to 'ftplugin/dosbatch.vim')
-rw-r--r-- | ftplugin/dosbatch.vim | 2 |
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 |