On Tue, 11 Jan 2011 10:14:10 +0200, Kim Schulz wrote:
Hi,
Is there an easy way to change the indentation of parentences in C
code when they are split across multiple lines?
Example on how it is currently
void thisIsAVeryLongFunctionWithManyArgs(int *foo,
int bar,
int baz);
I would like it to be (args aligned vertically):
void thisIsAVeryLongFunctionWithManyArgs(int *foo,
int
bar,
int
baz);
Is this possible?
--
Kim Schulz
Nevermind. Noticed that my cinoptions were somehow broken. readding (0
corrected this.
--
Kim Schulz
--
You received this message from the "vim_use" 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