commit | 402c83921e4e7ac8e9b0631dbac845f32ec7245f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 22:01:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 22:01:42 2018 +0200 |
tree | 26b87b619c1699f3787c87adbeea7f178c4aa66d | |
parent | f25329cb94e481999e8b08d886cc0f0169e2020c [diff] [blame] |
patch 8.0.1802: MS-Windows: terminal test fails Problem: MS-Windows: terminal test fails. Solution: Close redirected output file earlier.
diff --git a/src/version.c b/src/version.c index 70e4bcd..20f3f2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1802, +/**/ 1801, /**/ 1800,