Merge pull request #89 from zhaocai/master

set commentstring
This commit is contained in:
Shougo 2012-11-02 02:56:49 -07:00
commit c05573a331
1 changed files with 2 additions and 1 deletions

View File

@ -34,9 +34,10 @@ endif
setlocal expandtab
let &l:shiftwidth=&tabstop
let &l:softtabstop=&tabstop
let &l:commentstring="#%s"
let b:undo_ftplugin .= '
\ | setlocal expandtab< shiftwidth< softtabstop< tabstop<
\ | setlocal expandtab< shiftwidth< softtabstop< tabstop< commentstring<
\'
let &cpo = s:save_cpo