fix(vim.opt): #14708 Now lets you put duplicate values in wildmode

This commit is contained in:
TJ DeVries
2021-06-11 11:13:43 -04:00
parent f83c25942d
commit 1d3ee1c441
4 changed files with 16 additions and 4 deletions

View File

@@ -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"}}