comparison src/version.c @ 19362:7894f20668b1 v8.2.0239

patch 8.2.0239: MS-Windows: 'env' job option does not override existing vars Commit: https://github.com/vim/vim/commit/355757aed6ae2ae5446882570d89f243e4805937 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 10 22:06:32 2020 +0100 patch 8.2.0239: MS-Windows: 'env' job option does not override existing vars Problem: MS-Windows: 'env' job option does not override existing environment variables. (Tim Pope) Solution: Set the environment variables later. (Yasuhiro Matsumoto, closes #5485, closes #5608)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Feb 2020 22:15:03 +0100
parents 16d538568dc8
children b7abf45d527b
comparison
equal deleted inserted replaced
19361:54290e4957ce 19362:7894f20668b1
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 239,
745 /**/ 747 /**/
746 238, 748 238,
747 /**/ 749 /**/
748 237, 750 237,
749 /**/ 751 /**/