Patch 8.0.0054

2016-10-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0054 (after 8.0.0051) Problem:On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei) Solution: Iterate over all processes and terminate the one where the parent is the job process. Now only when there is no job object.

Patch 8.0.0053

2016-10-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0053 (after 8.0.0047) Problem:No test for what 8.0.0047 fixes. Solution: Add a test. (Hirohito Higashi) Files: src/testdir/test_popup.vim *** ../vim-8.0.0052/src/testdir/test_popup.vim 2016-10-18 13:06:33.377547323 +0200 --- src/testdir/test_popup.vim 2016-10-29

Re: Patch 8.0.0047

2016-10-29 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and list, > > 2016-10-27(Thu) 21:50:11 UTC+9 Bram Moolenaar: > > Patch 8.0.0047 > > Problem:Crash when using the preview window from an unnamed buffer. > > (lifepillar) > > Solution: Do not clear the wrong buffer. (closes #1200) > > Files:

Re: Patch 8.0.0047

2016-10-29 Fir de Conversatie h_east
Hi Bram and list, 2016-10-27(Thu) 21:50:11 UTC+9 Bram Moolenaar: > Patch 8.0.0047 > Problem:Crash when using the preview window from an unnamed buffer. > (lifepillar) > Solution: Do not clear the wrong buffer. (closes #1200) > Files: src/popupmnu.c > > > ***