commit | f25329cb94e481999e8b08d886cc0f0169e2020c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 21:49:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 21:49:32 2018 +0200 |
tree | fc7e007d60d627538ca23a0532ba0d51d333852e | |
parent | 778df2a3cb8b58b07647952c708439acb0b06d17 [diff] [blame] |
patch 8.0.1801: MS-Windows: redirecting terminal output does not work Problem: MS-Windows: redirecting terminal output does not work. Solution: Intercept the text written to the terminal and write it to the file.
diff --git a/src/version.c b/src/version.c index 0e1cdff..70e4bcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1801, +/**/ 1800, /**/ 1799,