commit | 7b3d93966709998011e2eb3b84414ff454161b37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 22:17:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 22:17:07 2019 +0200 |
tree | f5f4d431fb4460b32784b72c90c21d94e1cfa230 | |
parent | b2fe1d676f28af92989a842d4e8708dddf157b3d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index cfd54a1..f6a3817 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2164, +/**/ 2163, /**/ 2162,