aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-06-05 02:19:05 -0700
committerGitHub <noreply@github.com>2023-06-05 02:19:05 -0700
commit21187e1c73e6887ce407164c98320555374387a9 (patch)
tree64a82a7930ce6f4a692b5a8fe1652889b1e03eb3 /runtime/doc/options.txt
parenta3fba5cafcf124946ea65a68fc1b9dfbeb197525 (diff)
downloadrneovim-21187e1c73e6887ce407164c98320555374387a9.tar.gz
rneovim-21187e1c73e6887ce407164c98320555374387a9.tar.bz2
rneovim-21187e1c73e6887ce407164c98320555374387a9.zip
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`.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 72463af418..4f5f2e8b80 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5393,7 +5393,7 @@ A jump table for the options with a short description can be found at |Q_op|.
function to get the effective shiftwidth value.
*'shortmess'* *'shm'*
-'shortmess' 'shm' string (default "filnxtToOF")
+'shortmess' 'shm' string (default "filnxtToOCF")
global
This option helps to avoid all the |hit-enter| prompts caused by file
messages, for example with CTRL-G, and to avoid some other messages.