1
0
forked from aniani/vim

patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menu

Problem:    Cannot use CTRL-N and CTRL-P in a popup menu.
Solution:   Use CTRL-N like <Down> and CTRL-P like <Up>. (closes #7614)
This commit is contained in:
Bram Moolenaar
2021-01-04 13:18:30 +01:00
parent d93a7fc1a9
commit 014f698cb6
4 changed files with 13 additions and 4 deletions

View File

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