On Fri, May 22, 2020 at 9:18 PM Joseph <kingcanute76@gmail.com> wrote:
>
> Is there an easy way to dump the error list to the current vim buffer/window?
>
> Actually, is there a general way to do this for other commands too?
>
> So - I want to type something like ':clist/m 0' would be great
1. Open the quickfix window
:copen
2. Yank everything
:1,$y
3. Close the quickfix window
:cclose
4. Put, e.g.
:0put
Best regards,
Tony.
--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXtqjfHEDV-J_zL8eNENn98GH4befGE-gzhDmUPOB6Vsuw%40mail.gmail.com.
Friday, May 22, 2020
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment