feat(defaults): set hidden

This commit is contained in:
Gregory Anders
2021-08-17 12:12:09 -06:00
parent 15b736d6e8
commit f6c72b745c
4 changed files with 4 additions and 2 deletions

View File

@@ -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',