Merge pull request #3395 from fmoralesc/revert-wildmode

defaults: revert wildmode to 'full'
This commit is contained in:
Justin M. Keyes 2015-09-26 15:53:27 -04:00
commit dbb5f41c97
3 changed files with 2 additions and 3 deletions

View File

@ -6967,7 +6967,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|hl-WildMenu|.
*'wildmode'* *'wim'*
'wildmode' 'wim' string (default: "list:longest,full")
'wildmode' 'wim' string (default: "full")
global
Completion mode that is used for the character specified with
'wildchar'. It is a comma separated list of up to four parts. Each

View File

@ -51,7 +51,6 @@ these differences.
- 'ttyfast' is always set
- 'viminfo' includes "!"
- 'wildmenu' is set by default
- 'wildmode' defaults to "list:longest,full"
==============================================================================
3. Changed features *nvim-features-changed*

View File

@ -2660,7 +2660,7 @@ return {
deny_duplicates=true,
vim=true,
varname='p_wim',
defaults={if_true={vi="", vim="list:longest,full"}}
defaults={if_true={vi="", vim="full"}}
},
{
full_name='wildoptions', abbreviation='wop',