Hello Vimmers,
I want the indention of some macro as
----------------------
bla
#ifdef MACRO
some code
#endif
----------------------
not as
----------------------
bla
#ifdef MACRO
some code
#endif
----------------------
I read from previous mail and get that can be done with:
:set cinkeys-=0#
I did that, and still get the latter macro idention behavior. I read the Vim
manual, and get
"- It starts with '#' (preprocessor directives), if 'cinkeys' contains '#'.".
My cinkeys = 0{,0},0),:,!^F,o,O,e
There's no #, why I still get the latter macro idention?
Thanks in advance.
Yorkwar
[EMAIL PROTECTED]
2006-5-30