On 2009-02-26, Ben Fritz wrote:
> I would like to call :make from Vim and view the errors in the
> quickfix window, but also have the output saved for later use. Is
> there a way to do this?
Following the examples in ":help makeprg", how about this:
:set makeprg=make\ $*\ \\\|\ tee\ make.out
I tested this on Cygwin, so it should work on any Unix-like system.
I don't know about pure Windows.
Regards,
Gary
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---