comparison src/vim.h @ 28109:06535d568f74 v8.2.4579

patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu Commit: https://github.com/vim/vim/commit/5cffa8df7e3c28681b9e5deef6df395784359b6b Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Mar 16 13:33:53 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Mar 2022 14:45:04 +0100
parents 3bc0a639dfb0
children 2b595cee4c85
comparison
equal deleted inserted replaced
28108:00e653cb7b22 28109:06535d568f74
816 #define WILD_ALL 6 816 #define WILD_ALL 6
817 #define WILD_LONGEST 7 817 #define WILD_LONGEST 7
818 #define WILD_ALL_KEEP 8 818 #define WILD_ALL_KEEP 8
819 #define WILD_CANCEL 9 819 #define WILD_CANCEL 9
820 #define WILD_APPLY 10 820 #define WILD_APPLY 10
821 #define WILD_PAGEUP 11
822 #define WILD_PAGEDOWN 12
821 823
822 #define WILD_LIST_NOTFOUND 0x01 824 #define WILD_LIST_NOTFOUND 0x01
823 #define WILD_HOME_REPLACE 0x02 825 #define WILD_HOME_REPLACE 0x02
824 #define WILD_USE_NL 0x04 826 #define WILD_USE_NL 0x04
825 #define WILD_NO_BEEP 0x08 827 #define WILD_NO_BEEP 0x08