0
0
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:
Yegappan Lakshmanan
2022-03-16 13:33:53 +00:00
committed by Bram Moolenaar
parent fe8e9f6740
commit 5cffa8df7e
15 changed files with 212 additions and 17 deletions

View File

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