diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-06-05 02:19:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 02:19:05 -0700 |
commit | 21187e1c73e6887ce407164c98320555374387a9 (patch) | |
tree | 64a82a7930ce6f4a692b5a8fe1652889b1e03eb3 /runtime/doc/vim_diff.txt | |
parent | a3fba5cafcf124946ea65a68fc1b9dfbeb197525 (diff) | |
download | rneovim-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/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 58f6d6f6f9..102f867fbd 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -57,7 +57,7 @@ Defaults *nvim-defaults* - 'nrformats' defaults to "bin,hex" - 'ruler' is enabled - 'sessionoptions' includes "unix,slash", excludes "options" -- 'shortmess' includes "F", excludes "S" +- 'shortmess' includes "CF", excludes "S" - 'showcmd' is enabled - 'sidescroll' defaults to 1 - 'smarttab' is enabled |