So, please, anyone know how to let all the outputs displayed in the quickfix
window.
Thanks.
Wayne
I haven't ever used VIM for compiling, so I can't say what the best
answer is. However, GCC prints errors on stderr, which by default
probably isn't being redirected. Bash should support "2>" or ">&" or
just use DJGPP's Redir.exe (e.g. "redir -eo gcc blah.c -o blah.exe" or
"redir -eo make").
Is that what you meant? For VIM specific questions, you could also ask
on news://comp.editors as they are obsessed with it over there.