commit | b3e195cca7b3201b188c1713b64012b1bef4f61f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 10 21:32:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 10 21:32:19 2020 +0100 |
tree | 807cac065c03984fe15891e8f7a93fb0a19803b8 | |
parent | 7ba3b91e0385c848c773e2f2d803db01730e7786 [diff] [blame] |
patch 8.2.0238: MS-Windows: job_stop() results in exit value zero Problem: MS-Windows: job_stop() results in exit value zero. Solution: Call TerminateJobObject() with -1 instead of 0. (Yasuhiro Matsumoto, closes #5150, closes #5614)
diff --git a/src/version.c b/src/version.c index 7c48e0b..61a9f95 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 238, +/**/ 237, /**/ 236,