1
0
forked from aniani/vim

patch 8.1.2164: stuck when using "j" in a popupwin with popup_filter_menu

Problem:    Stuck when using "j" in a popupwin with popup_filter_menu if a
            line wraps.
Solution:   Check the cursor line is visible. (closes #4577)
This commit is contained in:
Bram Moolenaar
2019-10-16 22:17:07 +02:00
parent b2fe1d676f
commit 7b3d939667
5 changed files with 64 additions and 1 deletions

View File

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