mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
fix(vim.opt): #14708 Now lets you put duplicate values in wildmode
This commit is contained in:
@@ -3152,7 +3152,7 @@ return {
|
||||
full_name='wildmode', abbreviation='wim',
|
||||
short_desc=N_("mode for 'wildchar' command-line expansion"),
|
||||
type='string', list='onecomma', scope={'global'},
|
||||
deny_duplicates=true,
|
||||
deny_duplicates=false,
|
||||
vim=true,
|
||||
varname='p_wim',
|
||||
defaults={if_true={vi="", vim="full"}}
|
||||
|
Reference in New Issue
Block a user