1
0
forked from aniani/vim

patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors

Problem:    MS-Windows: Using Normal colors for termguicolors causes problems.
Solution:   Do not use Normal colors to set sg_gui_fg and sg_gui_bg.
            (Christian Brabandt, closes #10317, closes #10241)
This commit is contained in:
Christian Brabandt
2022-05-05 21:09:54 +01:00
committed by Bram Moolenaar
parent dfbdadce44
commit d560014e03
2 changed files with 2 additions and 21 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4877,
/**/
4876,
/**/