refactor!: remove 'terse' option

Having two methods of setting the same option is redundant and can be
potentially confusing. Recommend adding 's' to 'shortmess' instead.
This commit is contained in:
Dundar Goc
2022-05-18 23:57:18 +02:00
parent 11957f51cc
commit 97fc68850f
6 changed files with 3 additions and 23 deletions

View File

@@ -2529,9 +2529,9 @@ return {
},
{
full_name='terse',
short_desc=N_("hides notification of search wrap"),
short_desc=N_("No description"),
type='bool', scope={'global'},
varname='p_terse',
varname='p_force_off',
defaults={if_true=false}
},
{