diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-16 22:17:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-16 22:17:07 +0200 |
commit | 7b3d93966709998011e2eb3b84414ff454161b37 (patch) | |
tree | f5f4d431fb4460b32784b72c90c21d94e1cfa230 /src/version.c | |
parent | b2fe1d676f28af92989a842d4e8708dddf157b3d (diff) | |
download | vim-git-8.1.2164.tar.gz |
patch 8.1.2164: stuck when using "j" in a popupwin with popup_filter_menuv8.1.2164
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index cfd54a19c..f6a3817da 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2164, +/**/ 2163, /**/ 2162, |