hi,
i want to swap words in the following way. original text is

a = b
daf = dfgdf
a+b*c = d+e*f
ab(bc)+{adf} = dfdsf+343=fdf

i want to modify the above text as

b = a
dfgdf = daf
d+e*f = a+b*c
dfdsf+343=fdf = ab(bc)+{adf}

how can this be done in easiest way in vim.

--
the.dude

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

Reply via email to