commit | ef8c83c550e2562362c4385f0823e41ae67cfada | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 11:40:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 11:40:13 2019 +0200 |
tree | 0a74a7b121da0233ef43151d34e717b191d45cb4 | |
parent | a7be0f2451f46d4940f3a4998e8f69297206739a [diff] [blame] |
patch 8.1.1146: in MS-Windows console colors in a terminal window are wrong Problem: In MS-Windows console colors in a terminal window are wrong. Solution: Use the ansi index also for 16 colors. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 394f89c..cb20b88 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1146, +/**/ 1145, /**/ 1144,