mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
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:
@@ -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}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user