0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.4585: cannot use keypad page-up/down for completion menu

Problem:    Cannot use keypad page-up/down for completion menu.
Solution:   Recognize the keypad keys. (Yegappan Lakshmanan, closes #9963)
This commit is contained in:
Yegappan Lakshmanan
2022-03-17 13:03:09 +00:00
committed by Bram Moolenaar
parent da6d42c35a
commit 155b088208
3 changed files with 20 additions and 17 deletions

View File

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