defaults: shortmess+=C #23907

Problem:
Completion messages such as "scanning tags" are noisy and generally not
useful on most systems. Most users probably aren't aware that this is
configurable.

Solution:
Set `shortmess+=C`.
This commit is contained in:
Justin M. Keyes
2023-06-05 02:19:05 -07:00
committed by GitHub
parent a3fba5cafc
commit 21187e1c73
4 changed files with 10 additions and 9 deletions

View File

@@ -2233,7 +2233,7 @@ return {
short_desc=N_("list of flags, reduce length of messages"),
type='string', list='flags', scope={'global'},
varname='p_shm',
defaults={if_true="filnxtToOF"},
defaults={if_true="filnxtToOCF"},
cb='did_set_shortmess'
},
{