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:
parent
f713bb791e
commit
3d50fff189
@ -1,4 +1,9 @@
|
|||||||
" Stefans DOS-Batch-file plugin
|
" Stefans DOS-Batch-file plugin
|
||||||
|
|
||||||
|
" formatting
|
||||||
|
setlocal expandtab
|
||||||
|
setlocal shiftwidth=4
|
||||||
|
setlocal tabstop=4
|
||||||
|
|
||||||
" commenting
|
" commenting
|
||||||
let b:commentstring = ":: "
|
let b:commentstring = ":: "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user