1
0
forked from aniani/vim

patch 8.2.4852: ANSI color index to RGB value not correct

Problem:    ANSI color index to RGB value not correct.
Solution:   Convert the cterm index to ANSI index. (closes #10321,
            closes #9836))
This commit is contained in:
LemonBoy
2022-05-01 17:43:33 +01:00
committed by Bram Moolenaar
parent b4011afe53
commit d2a4662430
2 changed files with 35 additions and 21 deletions

View File

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