Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 39 by [email protected]: C indenting: opening brace after a closing brace confuses the indenter
http://code.google.com/p/vim/issues/detail?id=39

In the following example the indentation incorrectly is constantly growing:

#v-
static foo_t foo[] =
{
    {
        "a"
    }, {
        "b"
    }, {
        "c"
    },
        {
            "d" // FIXME: this is indented too much
        }, {
            "e"
        },
            {
                "f"
            }, {
                "g"
            },
                {
                    "h"
                }
};
#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

Raspunde prin e-mail lui