1
0
forked from aniani/vim

patch 8.2.4341: command line not redrawn when finishing popup menu

Problem:    Command line not redrawn when finishing popup menu and the screen
            has scrolled up.
Solution:   Redraw the command line after updating the screen. (closes #9722)
This commit is contained in:
Bram Moolenaar
2022-02-10 21:09:45 +00:00
parent 949b35d83b
commit 414acd342f
4 changed files with 20 additions and 0 deletions

View File

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