commit | b0eb14f9392a8d95045182c4e520530319ce44c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 15:29:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 15:29:52 2018 +0200 |
tree | d944e7b299c7758f2cc88f1bbc4b4321826aafde | |
parent | 0c183198727b80fd7e52fb29cc1dcd08d79a281c [diff] [blame] |
patch 8.1.0123: MS-Windows: colors are wrong after setting 'notgc' Problem: MS-Windows: colors are wrong after setting 'notgc'. Solution: Only call control_console_color_rgb() for the win32 terminal. (Nobuhiro Takasaki, closes #3107)
diff --git a/src/version.c b/src/version.c index eb119ca..a2780f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 123, +/**/ 122, /**/ 121,