]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0238: MS-Windows: job_stop() results in exit value zero v8.2.0238
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Feb 2020 20:32:19 +0000 (21:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Feb 2020 20:32:19 +0000 (21:32 +0100)
commitb3e195cca7b3201b188c1713b64012b1bef4f61f
tree807cac065c03984fe15891e8f7a93fb0a19803b8
parent7ba3b91e0385c848c773e2f2d803db01730e7786
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)
src/os_win32.c
src/testdir/test_channel.vim
src/version.c