Remove explicit setting of comments in c.vim
This commit is contained in:
parent
f07bb147c1
commit
4ca4e39e03
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ endif
|
||||||
" Do comments that look like this:
|
" Do comments that look like this:
|
||||||
" /* stuff and things
|
" /* stuff and things
|
||||||
" more stuff with things */
|
" more stuff with things */
|
||||||
setlocal comments="sO:* -,mO: ,exO:*/,sl:/*,mb: ,ex:*/"
|
"setlocal comments="sO:* -,mO: ,exO:*/,sl:/*,mb: ,ex:*/"
|
||||||
|
|
||||||
setlocal cinoptions+=(0,Ws
|
setlocal cinoptions+=(0,Ws
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue