Thursday, July 19, 2012

align mulitline c macro

how to auto align the following multiline c macro.

#define dosome(x,y)\
x.something1 = y.somethingelse2\

i want this to become

#define dosome(x,y) \
x.something1 = y.somethingelse2\

is there any easy way to do that.

--
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

No comments: