mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #3395 from fmoralesc/revert-wildmode
defaults: revert wildmode to 'full'
This commit is contained in:
commit
dbb5f41c97
@ -6967,7 +6967,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
|hl-WildMenu|.
|
|hl-WildMenu|.
|
||||||
|
|
||||||
*'wildmode'* *'wim'*
|
*'wildmode'* *'wim'*
|
||||||
'wildmode' 'wim' string (default: "list:longest,full")
|
'wildmode' 'wim' string (default: "full")
|
||||||
global
|
global
|
||||||
Completion mode that is used for the character specified with
|
Completion mode that is used for the character specified with
|
||||||
'wildchar'. It is a comma separated list of up to four parts. Each
|
'wildchar'. It is a comma separated list of up to four parts. Each
|
||||||
|
@ -51,7 +51,6 @@ these differences.
|
|||||||
- 'ttyfast' is always set
|
- 'ttyfast' is always set
|
||||||
- 'viminfo' includes "!"
|
- 'viminfo' includes "!"
|
||||||
- 'wildmenu' is set by default
|
- 'wildmenu' is set by default
|
||||||
- 'wildmode' defaults to "list:longest,full"
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
3. Changed features *nvim-features-changed*
|
3. Changed features *nvim-features-changed*
|
||||||
|
@ -2660,7 +2660,7 @@ return {
|
|||||||
deny_duplicates=true,
|
deny_duplicates=true,
|
||||||
vim=true,
|
vim=true,
|
||||||
varname='p_wim',
|
varname='p_wim',
|
||||||
defaults={if_true={vi="", vim="list:longest,full"}}
|
defaults={if_true={vi="", vim="full"}}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
full_name='wildoptions', abbreviation='wop',
|
full_name='wildoptions', abbreviation='wop',
|
||||||
|
Loading…
Reference in New Issue
Block a user