1
0
forked from aniani/vim

patch 8.0.0610: the screen is redrawn when default 'background' is detected

Problem:    The screen is redrawn when t_BG is set and used to detect the
            value for 'background'.
Solution:   Don't redraw when the value of 'background' didn't change.
This commit is contained in:
Bram Moolenaar
2017-06-04 15:37:46 +02:00
parent 28a8193e31
commit 4b974d5443
2 changed files with 14 additions and 6 deletions

View File

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