comparison src/version.c @ 10317:25cc0021a8d7 v8.0.0054

commit https://github.com/vim/vim/commit/fb63090b62801d718fe7e1f44407358404c08724 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 29 14:55:00 2016 +0200 patch 8.0.0054 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. (Yasuhiro Matsumoto, closes #1203)
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Oct 2016 15:00:04 +0200
parents c1cfdf43560c
children 6ab770e97152
comparison
equal deleted inserted replaced
10316:ca4163abc040 10317:25cc0021a8d7
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 54,
767 /**/ 769 /**/
768 53, 770 53,
769 /**/ 771 /**/
770 52, 772 52,
771 /**/ 773 /**/