Thursday, October 17, 2013

capture output of a vim command into a quickfix windows without freezing vim

My colleague at work is using Emacs and it I recently saw a really nice feature that he is using. Whenever he compiles his code the output is dumped into a scratch buffer in what I would call "live" mode. Meaning he can edit files while the code is being compiled. I was wondering if it is possible to do something like this in Vim.

I have mapped my make and setup my quickfix window to work with it. However whenever I execute make, I have to wait till it finishes. Is there a way in Vim to execute make, see make target execution as if it is being executed in a shell, capture the output, and then navigate this output?

Any help is appreciated.

--
--
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:

Post a Comment