1
0
forked from aniani/vim

patch 8.0.1574: show cursor in wrong place when using popup menu

Problem:    Show cursor in wrong place when using popup menu. (Wei Zhang)
Solution:   Force updating the cursor position.  Fix skipping over unused
            entries.
This commit is contained in:
Bram Moolenaar
2018-03-06 11:43:04 +01:00
parent 89894aa671
commit 987723e084
4 changed files with 19 additions and 6 deletions

View File

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