Just do a simple regex search and replace, capturing the relevant groups. -- dz
On Thu, Jun 4, 2009 at 2:11 PM, Jeri Raye <[email protected]> wrote: > > Hi > > How do you reshuffle words on a line? > > I have text where I want to reshuffle the lines that start with AAAA > So > > AAAA BB CCCCCC > > Must be come > > CCCCCC AAAA BB > > How do you do that? > > Rgds, > Jeri > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
