Hi,

I have a file like that :

lineaa
linebb
linexx
linexx
linexx
lineaa
linebb




I would like to store into a register each couple of lines aa and bb.


I have done      g:/lineaa.*$\n.*linebb.*$/y A         but when I do
put A I have this result :

lineaa
lineaa

But I want

lineaa
linebb
lineaa
linebb

Thanks for help


I

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

Reply via email to