1
0
forked from aniani/vim

patch 8.0.0616: not always setting 'background' correctly after :hi Normal

Problem:    When setting the cterm background with ":hi Normal" the value of
            'background' may be set wrongly.
Solution:   Check that the color is less than 16.  Don't set 'background' when
            it was set explicitly. (Lemonboy, closes #1710)
This commit is contained in:
Bram Moolenaar
2017-06-04 21:06:09 +02:00
parent bf15b8d78b
commit 1615b36b91
3 changed files with 38 additions and 6 deletions

View File

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