set commentstring
This commit is contained in:
parent
9aa9ce6ea2
commit
6a6db2d411
@ -34,9 +34,10 @@ endif
|
|||||||
setlocal expandtab
|
setlocal expandtab
|
||||||
let &l:shiftwidth=&tabstop
|
let &l:shiftwidth=&tabstop
|
||||||
let &l:softtabstop=&tabstop
|
let &l:softtabstop=&tabstop
|
||||||
|
let &l:commentstring="#%s"
|
||||||
|
|
||||||
let b:undo_ftplugin .= '
|
let b:undo_ftplugin .= '
|
||||||
\ | setlocal expandtab< shiftwidth< softtabstop< tabstop<
|
\ | setlocal expandtab< shiftwidth< softtabstop< tabstop< commentstring<
|
||||||
\'
|
\'
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
Loading…
Reference in New Issue
Block a user