1
0
forked from aniani/vim

patch 8.2.2024: flicker when redrawing a popup with a title and border

Problem:    Flicker when redrawing a popup with a title and border.
Solution:   Do not redraw the border where the title is displayed. (Naruhiko
            Nishino, closes #7334)
This commit is contained in:
Bram Moolenaar
2020-11-21 12:42:09 +01:00
parent c71ee829ef
commit d91467f830
2 changed files with 57 additions and 23 deletions

View File

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