comparison src/version.c @ 10512:675dfe47ab69 v8.0.0146

commit https://github.com/vim/vim/commit/287266527abc163e191a06dd70518bbbdab4468f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 18:16:19 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 18:30:04 +0100
parents dfbe8f74806d
children 1435e45ee6fa
comparison
equal deleted inserted replaced
10511:43fb032ce4fb 10512:675dfe47ab69
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 146,
767 /**/ 769 /**/
768 145, 770 145,
769 /**/ 771 /**/
770 144, 772 144,
771 /**/ 773 /**/