Re: Progressive quickfix buffer / background compilations

2006-10-06 Thread Gregory McIntyre
I played around a bit more and got to a similar stage that I think everybody else is getting to using --remote commands to progressively update buffers. Here's my current script. This script is a little less sophisticated than Marc's in that it doesn't keep track of the background process' pid

Progressive quickfix buffer / background compilations

2006-09-29 Thread Gregory McIntyre
I am trying to set up gvim 7 on Linux to function the way emacs does when you compile a program (M-x compile). That is, I would like: - the window to split, creating a compilation buffer (like :copen / :cwin) - vim to execute the compilation in a sub-process - vim to not bother me with a