1
0
forked from aniani/vim

patch 8.2.2803: flicker when the popup menu has an info popup

Problem:    Flicker when the popup menu has an info popup.
Solution:   Avoid drawing over the popup when it's going to be redrawn in the
            same position. (closes #8131)  Also avoid redrawing the scrollbar.
This commit is contained in:
Bram Moolenaar
2021-04-23 21:01:34 +02:00
parent a6aa16423f
commit e0c03c8e10
5 changed files with 43 additions and 10 deletions

View File

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