A patch making gvim not to lose its focus when executing an external program in background on Windows

2010-11-24 Thread H Xu
Hello, The attachment is a patch which makes vim not to lose its focus when executing an external program in background on Windows. It is always annoying when use "system()" function to execute a program in background and gvim loses its focus (the focus was set to the console window owned by the s

Re: A patch making gvim not to lose its focus when executing an external program in background on Windows

2010-11-24 Thread Bram Moolenaar
Hong Xu wrote: > The attachment is a patch which makes vim not to lose its focus when > executing an external program in background on Windows. It is always > annoying when use "system()" function to execute a program in background > and gvim loses its focus (the focus was set to the console wind