1
0
forked from aniani/vim

patch 8.1.1170: terminal ANSI color test does not cover all colors

Problem:    Terminal ANSI color test does not cover all colors.
Solution:   Use the color number, the name is not always resulting in an ANSI
            color when t_Co is 256.
This commit is contained in:
Bram Moolenaar
2019-04-13 23:18:21 +02:00
parent 837854d1bc
commit a0aaf3c4df
3 changed files with 19 additions and 17 deletions

View File

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