mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
vim-patch:9.0.0279: the tiny version has the popup menu but not 'wildmenu'
Problem: The tiny version has the popup menu but not 'wildmenu'. Solution: Graduate the wildmenu feature.5416232707
N/A patches for version.c: vim-patch:9.0.0281: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef.58dcbf1c65
This commit is contained in:
@@ -1808,6 +1808,7 @@ static int command_line_handle_key(CommandLineState *s)
|
||||
// menu (if present)
|
||||
cmdline_pum_cleanup(&ccline);
|
||||
}
|
||||
|
||||
if (nextwild(&s->xpc, WILD_ALL, 0, s->firstc != '@') == FAIL) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user