> if you want to have exactly 3 columns in each line you can use
> 
>   :g/^/normal 3J

Or you can skip the normal command:

   :g/^/j3

I use this all the time :)

-tim






--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to