commit | 287266527abc163e191a06dd70518bbbdab4468f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:16:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:16:19 2017 +0100 |
tree | ca40cfb70d41b0db191d54f8da42a7e397674c0c | |
parent | 29891c4ed4a7d08af1ba1628933a387adf5c1555 [diff] [blame] |
patch 8.0.0146: termguicolors uses wrong colors on MS-Windows with ConEmu Problem: When using 'termguicolors' on MS-Windows the RGB definition causes the colors to be wrong. Solution: Undefined RGB and use our own. (Gabriel Barta)
diff --git a/src/version.c b/src/version.c index c3c33dc..775f7df 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 146, +/**/ 145, /**/ 144,