Is it possible to redirect an output of a command to the quick fix window?
The command I am running is
:!java %:r
and was hoping the o
Try this:
set makeprg=java
make %:r
It's a bit of hack, and of course assumes you aren't already using makeprg for your actual build script.
makeprg