From be8ebba325451b387c0aedacfcda6c53e6c51188 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Mon, 4 Mar 2019 10:59:44 +0100 Subject: 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). --- src/nvim/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/options.lua') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 2398f9d61c..81133ae15c 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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=""}} -- cgit