diff options
Diffstat (limited to 'syntax/dosbatch.vim')
-rw-r--r-- | syntax/dosbatch.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dosbatch.vim b/syntax/dosbatch.vim index 55ac9556..ce7bfed7 100644 --- a/syntax/dosbatch.vim +++ b/syntax/dosbatch.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'dosbatch') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'dosbatch', 'syntax/dosbatch.vim') finish endif |