1
0
forked from aniani/vim

patch 8.2.0643: terminal uses brown instead of dark yellow

Problem:    Terminal uses brown instead of dark yellow. (Romain Lafourcade)
Solution:   Use color index 3 instead of 130. (closes #5993)
This commit is contained in:
Bram Moolenaar
2020-04-26 14:47:44 +02:00
parent 7d41aa8874
commit e297802d6d
2 changed files with 5 additions and 3 deletions

View File

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