mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
feat(defaults): set hidden
This commit is contained in:
@@ -1081,7 +1081,7 @@ return {
|
||||
short_desc=N_("don't unload buffer when it is |abandon|ed"),
|
||||
type='bool', scope={'global'},
|
||||
varname='p_hid',
|
||||
defaults={if_true=false}
|
||||
defaults={if_true=true}
|
||||
},
|
||||
{
|
||||
full_name='highlight', abbreviation='hl',
|
||||
|
Reference in New Issue
Block a user