1
0
forked from aniani/vim

patch 8.0.0611: the screen is not redrawn after sending t_u7

Problem:    When t_u7 is sent a few characters in the second screen line are
            overwritten and not redrawn later. (Rastislav Barlik)
Solution:   Move redrawing the screen to after overwriting the characters.
This commit is contained in:
Bram Moolenaar
2017-06-04 15:45:50 +02:00
parent 4b974d5443
commit 976787d1f3
3 changed files with 11 additions and 3 deletions

View File

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