Hello,
With this set of cinoptions:
cinoptions=:0,=1s,g0,j1
Vim has formatted the following text automatically this way:
a(
{
b
{
}
}
);
It makes a difference, when you place a semicolon after b - this way
it looks fine:
a(
{
b;
{
}
}
);
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 24 2011 07:07:39)
Included patches: 1-35
I can't find anything about this - is that already fixed?
Regards,
Sektor
--
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