commit | a350bab042605422304161df462b173ffa31dcb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 16:46:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 16:46:53 2016 +0200 |
tree | f3e517c4894a08995c17c33891d31eff7434c037 | |
parent | 50e5376926dc2ec4a26a7a16f8f0f3213c4afdf0 [diff] [blame] |
patch 8.0.0048 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. (Yasuhiro Matsumoto, closes #1184)
diff --git a/src/version.c b/src/version.c index 001c740..81de3d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 48, +/**/ 47, /**/ 46,