commit | e42c8dae32f3575557b83a371c4be66c09afbf7f | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Thu Sep 01 11:31:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 11:31:45 2022 +0100 |
tree | b11d487903d858d22baccbddab10a8c4c32be034 | |
parent | 5d09a401ec393dc930e1104ceb38eab34681de64 [diff] [blame] |
patch 9.0.0344: MS-Windows: background color wrong in Console Problem: MS-Windows: background color wrong in Console. Solution: Figure out the default console background color. (Yasuhiro Matsumoto, issue #10310)
diff --git a/src/version.c b/src/version.c index f2991b8..dc45669 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 344, +/**/ 343, /**/ 342,