summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-13 16:38:50 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-13 16:38:50 +0200
commita901a37bae9f4e2848d6d7ac7b0875d72f43e1eb (patch)
tree49a5503821da827692ba8decddb2e44babc249df /src/version.c
parentb073da8929ae0c03c403197197ed6b57f0f3d3be (diff)
patch 8.1.1678: using popup_menu() does not scroll to show the selected linev8.1.1678
Problem: When using popup_menu() does not scroll to show the selected line. Solution: Scroll the text. (Naruhiko Nishino, closes #4651)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ae0df813ee..e48dd60345 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1678,
+/**/
1677,
/**/
1676,