commit | 81df63537e281da38b45bc1806e2b4582e804242 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 18:25:30 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 18:25:30 2018 +0100 |
tree | 397591c9bb369c3bbb03df51d059f2d4239f5671 | |
parent | 39b5d8b514a0022899a09ba097997099d861dcff [diff] [blame] |
patch 8.1.0625: MS-Windows: terminal test fails in white console Problem: MS-Windows: terminal test fails in white console. Solution: Accept both white and black background colors.
diff --git a/src/version.c b/src/version.c index 3321974..594be52 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 625, +/**/ 624, /**/ 623,