1
0
forked from aniani/vim

patch 8.2.2830: terminal colors are not updated when 'background' is set

Problem:    Terminal colors are not updated when 'background' is set.
Solution:   Call term_update_colors() for all terminals. (Marcin Szamotulski,
            closes #8171, closes #8150)
This commit is contained in:
Bram Moolenaar
2021-05-03 20:40:38 +02:00
parent df36514a64
commit ad43199572
4 changed files with 27 additions and 7 deletions

View File

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