HI,

I have this content :

<ds te="DMoat"><ppe id="GE" nerty="xml" ></ppe></ds>
<ds te="DMoat"><ppe id="GE" nerty="CXML" ></ppe></ds>
<ds te="DMoat"><ppe id="GE" nerty="SXML" ></ppe></ds>

Each begin of lines is the same. Only nerty attribute is different.

I wanna have this content :

<ds te="DMoat">
  <ppe id="GE" nerty="xml" ></ppe>
  <ppe id="GE" nerty="CXML" ></ppe>
  <ppe id="GE" nerty="SXML" ></ppe>
</ds>

How can I do this tranformation ?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to