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 434f5772..25d0676d 100644 --- a/ftplugin/dosbatch.vim +++ b/ftplugin/dosbatch.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dosbatch') +if has_key(g:polyglot_is_disabled, 'dosbatch') finish endif |