diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    54,
+/**/
     53,
 /**/
     52,