feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)

This commit is contained in:
zeertzjq
2022-10-17 21:00:50 +08:00
committed by GitHub
parent 39911d76be
commit 637ab296cb
12 changed files with 386 additions and 192 deletions

View File

@@ -19,6 +19,9 @@ enum {
WILD_ALL_KEEP = 8,
WILD_CANCEL = 9,
WILD_APPLY = 10,
// WILD_PAGEUP = 11, not ported yet
// WILD_PAGEDOWN = 12, not ported yet
WILD_PUM_WANT = 13,
};
enum {