mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user