Friday, July 19, 2013

Copy matching line and following line to register

Following some vim tip, I can copy all the lines matching TODO to a register u with

quq -- clear register u
:g/TODO/y U -- append of the lines matching TODO to register u

is there a similar way that I can append the line matching and the line following the matching line, for each line that matches?

Thanks,

Jorge

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: