Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 37 by [email protected]: C indenting: label causes the action in if() construct to be indented too much
http://code.google.com/p/vim/issues/detail?id=37 In the following examples the calls to c() and d() are indented too much: #v+ void func() { if (a) b(); else foo: c(); d(); if (a) b(); else bar: { c(); d(); } e(); } #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
