1
0
forked from aniani/vim

patch 8.1.0062: popup menu broken if a callback changes the window layout

Problem:    Popup menu broken if a callback changes the window layout. (Qiming
            Zhao)
Solution:   Recompute the popup menu position if needed.  Redraw the ruler
            even when the popup menu is displayed.
This commit is contained in:
Bram Moolenaar
2018-06-17 14:47:55 +02:00
parent 84a9308511
commit 491ac28d5f
4 changed files with 71 additions and 20 deletions

View File

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