commit | a901a37bae9f4e2848d6d7ac7b0875d72f43e1eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 16:38:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 16:38:50 2019 +0200 |
tree | 49a5503821da827692ba8decddb2e44babc249df | |
parent | b073da8929ae0c03c403197197ed6b57f0f3d3be [diff] [blame] |
patch 8.1.1678: using popup_menu() does not scroll to show the selected line Problem: When using popup_menu() does not scroll to show the selected line. Solution: Scroll the text. (Naruhiko Nishino, closes #4651)
diff --git a/src/version.c b/src/version.c index ae0df81..e48dd60 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1678, +/**/ 1677, /**/ 1676,