1
0
forked from aniani/vim

patch 8.1.1527: when moving popup window over the cmdline it is not redrawn

Problem:    When moving a popup window over the command line it is not
            redrawn.
Solution:   Redraw the command line. Move popup redrawing code to the popupwin
            file.
This commit is contained in:
Bram Moolenaar
2019-06-14 19:23:57 +02:00
parent 37df9a4401
commit a540f8aa3b
8 changed files with 364 additions and 306 deletions

View File

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