1
0
forked from aniani/vim

patch 8.0.0802: last line of terminal window has no color

Problem:    After a job exits the last line in the terminal window does not
            get color attributes.
Solution:   Fix off-by-one error.
This commit is contained in:
Bram Moolenaar
2017-07-29 16:01:53 +02:00
parent 1e8340bbbf
commit 70229f951f
2 changed files with 3 additions and 1 deletions

View File

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