mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
Allow using internal popupmenu or ext_popupmenu for wildmenu
Deprecate ext_wildmenu. ext_popupmenu already contains more state (anchor position), and will allow further expansion (info about items).
This commit is contained in:
@@ -3235,7 +3235,7 @@ const char * set_one_cmd_context(
|
||||
case CMD_tjump:
|
||||
case CMD_stjump:
|
||||
case CMD_ptjump:
|
||||
if (*p_wop != NUL) {
|
||||
if (wop_flags & WOP_TAGFILE) {
|
||||
xp->xp_context = EXPAND_TAGS_LISTFILES;
|
||||
} else {
|
||||
xp->xp_context = EXPAND_TAGS;
|
||||
|
Reference in New Issue
Block a user