Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 40 by [email protected]: C indenting: colon inside comment causes word to be treated like a label
http://code.google.com/p/vim/issues/detail?id=40 In the following code sample the second comment is indented incorrectly: #v+ void func(void) { int abc; /* comment * NOTE: this is indented correctly. */ int def; /* comment NOTE: this is not indented correctly. This is due to the colon following NOTE. */ } #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
