I want to use Vim\'s quickfix features with the output from Visual Studio\'s devenv build process or msbuild.
I\'ve created a batch file called build.bat which executes
I found an even better answer: use :compiler to use built-in efm settings.
:compiler
efm
" Microsoft C# compiler cs " Microsoft Visual C++ compiler msvc " mono compiler mcs " gcc compiler gcc
Note: It also sets the default makeprg. See $VIMRUNTIME/compiler/
makeprg