mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu
Problem: Cannot use page-up and page-down in the command line completion popup menu. Solution: Check for to page-up and page-down keys. (Yegappan Lakshmanan, closes #9960)
This commit is contained in:
committed by
Bram Moolenaar
parent
fe8e9f6740
commit
5cffa8df7e
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4579,
|
||||
/**/
|
||||
4578,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user