comparison src/version.c @ 19360:16d538568dc8 v8.2.0238

patch 8.2.0238: MS-Windows: job_stop() results in exit value zero Commit: https://github.com/vim/vim/commit/b3e195cca7b3201b188c1713b64012b1bef4f61f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 10 21:32:19 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Feb 2020 21:45:03 +0100
parents 734ca70c1f12
children 7894f20668b1
comparison
equal deleted inserted replaced
19359:46d8c023834e 19360:16d538568dc8
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 238,
745 /**/ 747 /**/
746 237, 748 237,
747 /**/ 749 /**/
748 236, 750 236,
749 /**/ 751 /**/