1
0
forked from aniani/vim

patch 8.2.2815: status line flickers when redrawing popup menu info

Problem:    Status line flickers when redrawing popup menu info.
Solution:   Do not redraw the status line when the focus is in the popup
            window. (issue #8144)
This commit is contained in:
Bram Moolenaar
2021-04-27 20:06:57 +02:00
parent b06b50dfa0
commit b80d2fb0e7
2 changed files with 11 additions and 0 deletions

View File

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