mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00
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:
@@ -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'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user