From 21187e1c73e6887ce407164c98320555374387a9 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 5 Jun 2023 02:19:05 -0700 Subject: 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`. --- src/nvim/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index c4a85969c0..2d6b049a48 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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' }, { -- cgit