]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0146: termguicolors uses wrong colors on MS-Windows with ConEmu v8.0.0146
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 17:16:19 +0000 (18:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 17:16:19 +0000 (18:16 +0100)
commit287266527abc163e191a06dd70518bbbdab4468f
treeca40cfb70d41b0db191d54f8da42a7e397674c0c
parent29891c4ed4a7d08af1ba1628933a387adf5c1555
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)
src/term.c
src/version.c