> items are grouped by "xxx". Run the following until it says
> there are no more replacements to take care of moving the <ds>
> elements outside their collected stuff:
>
> :%...@\(<ds te="[^"]*">\)\(\_.\{-}\)</ds>\_s\...@\1\r\2\r@g
Once you've entered it once, you can use
@:
to run it again, then use
@@
for even easier re-running.
:help @:
:help @@
I'm all about being lazy like that ;-)
-tim
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---