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:
committed by
Bram Moolenaar
parent
da6d42c35a
commit
155b088208
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4585,
|
||||
/**/
|
||||
4584,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user