mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +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:
@@ -2699,7 +2699,7 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='wildoptions', abbreviation='wop',
|
||||
type='string', scope={'global'},
|
||||
type='string', list='onecomma', scope={'global'},
|
||||
vi_def=true,
|
||||
varname='p_wop',
|
||||
defaults={if_true={vi=""}}
|
||||
|
Reference in New Issue
Block a user