10 lines
148 B
VimL
10 lines
148 B
VimL
" Stefans DOS-Batch-file plugin
|
|
|
|
" formatting
|
|
setlocal expandtab
|
|
setlocal shiftwidth=4
|
|
setlocal tabstop=4
|
|
|
|
" commenting
|
|
let b:commentstring = ":: "
|