> Hi,
>
> For example, I have some C code:
> helloa;
> helloab;
> hellofgh;
>
> Is there a way to change the C code into the form, which looks like:
> helloa ;
> helloab ;
> hellofgh ;
> Where the semicolon is at a "TAB" position. So that I can use
> block-insert to insert some code, such as:
> helloa ("helloa ");
> helloab ("helloab ");
> hellofgh ("hellofgh ");
You might have a look at Dr. Chip Campbell's Align plugin. It's very
handy for aligning all sorts of things...
Brett Stahlman
>
> Thanks in advance.
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment