changed ftplugin/dosbatch.vim

git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@225 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
alterdepp 2013-03-11 13:40:09 +00:00
parent f713bb791e
commit 3d50fff189

View File

@ -1,4 +1,9 @@
" Stefans DOS-Batch-file plugin
" formatting
setlocal expandtab
setlocal shiftwidth=4
setlocal tabstop=4
" commenting
let b:commentstring = ":: "