1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-02-10 22:06:32 +01:00
parent b3e195cca7
commit 355757aed6
3 changed files with 29 additions and 18 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
239,
/**/
238,
/**/