1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-07-13 16:38:50 +02:00
parent b073da8929
commit a901a37bae
9 changed files with 114 additions and 0 deletions

View File

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