Status: New
Owner: lech.lor...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 35 by lech.lor...@gmail.com: C indenting: incorrect indentation of static enums
http://code.google.com/p/vim/issues/detail?id=35

In a static enum the second and following enums will be indented too much:
#v+
static enum {
    FOO,
        BAR,
        BAZ
} foo;
#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

Reply via email to