Running :make from gVim in Background
What I do is :!gvim -c ‘MyMake’ ( where MyMake is the custom command which can switch to appropriate dir, make, and copen 20. ) and I am doing my job while build goes in the other window. Other option: You can redirect make progress to some file from the shell or within vim (:!make&). … Read more