Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 41 by [email protected]: C indenting: incorrect indentation
for continuation line after preprocessor statement
http://code.google.com/p/vim/issues/detail?id=41
Following the suggestion by Bram Moolenaar while discussing 7.3.363 I'm
opening an issue to serve as a reminder to myself that I promised I would
have a look at it.
#v+
char foo[]
#ifdef FOO_BAR
= { a, b, c, d, /* FIXME: this line should be indented more because it is a
* continuation line. */
e, f, g, h,
i, j, k, l }
#endif
;
#v-
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php