2013-03-11 13:40:09 +00:00

10 lines
148 B
VimL

" Stefans DOS-Batch-file plugin
" formatting
setlocal expandtab
setlocal shiftwidth=4
setlocal tabstop=4
" commenting
let b:commentstring = ":: "