comparison src/vim.h @ 27597:4eb2bf8b2f27 v8.2.4325

patch 8.2.4325: 'wildmenu' only shows few matches Commit: https://github.com/vim/vim/commit/3908ef5017a6b4425727013588f72cc7343199b9 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Feb 8 12:08:07 2022 +0000 patch 8.2.4325: 'wildmenu' only shows few matches Problem: 'wildmenu' only shows few matches. Solution: Add the "pum" option: use a popup menu to show the matches. (Yegappan Lakshmanan et al., closes #9707)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Feb 2022 13:15:05 +0100
parents 41a61dbb46d2
children 269f89efb06a
comparison
equal deleted inserted replaced
27596:ca1fba99f2b5 27597:4eb2bf8b2f27
807 #define WILD_NEXT 4 807 #define WILD_NEXT 4
808 #define WILD_PREV 5 808 #define WILD_PREV 5
809 #define WILD_ALL 6 809 #define WILD_ALL 6
810 #define WILD_LONGEST 7 810 #define WILD_LONGEST 7
811 #define WILD_ALL_KEEP 8 811 #define WILD_ALL_KEEP 8
812 #define WILD_CANCEL 9
813 #define WILD_APPLY 10
812 814
813 #define WILD_LIST_NOTFOUND 0x01 815 #define WILD_LIST_NOTFOUND 0x01
814 #define WILD_HOME_REPLACE 0x02 816 #define WILD_HOME_REPLACE 0x02
815 #define WILD_USE_NL 0x04 817 #define WILD_USE_NL 0x04
816 #define WILD_NO_BEEP 0x08 818 #define WILD_NO_BEEP 0x08