commit | 69e8aa75112a0b12811a4f4d11061adceffbbabc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 15:55:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 15:55:13 2017 +0200 |
tree | ce2ed38aee2bc47d8fbf3e2c8e2363478ebb599c | |
parent | 1190cf68e27a123cf9f6fb57897782a3b9f7b810 [diff] [blame] |
patch 8.0.1106: terminal colors wrong on an MS-Windows console Problem: Terminal colors on an MS-Windows console are not matching the normal colors. Solution: Use the normal colors for the terminal. (Yasuhiro Matsumoto, closes #2087)
diff --git a/src/version.c b/src/version.c index f2e6b87..5696f88 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1106, +/**/ 1105, /**/ 1104,