defaults: exclude "S" from 'shortmess' #10136

ref #6289
This commit is contained in:
Justin M. Keyes
2019-06-07 23:11:28 +02:00
committed by GitHub
parent f6f9e4a231
commit bb24fec333
4 changed files with 4 additions and 4 deletions

View File

@@ -5254,7 +5254,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 (Vim default "filnxtToOFS", Vi default: "S")
'shortmess' 'shm' string (Vim default "filnxtToOF", Vi default: "S")
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.

View File

@@ -51,7 +51,7 @@ the differences.
- 'nrformats' defaults to "bin,hex"
- 'ruler' is set by default
- 'sessionoptions' doesn't include "options"
- 'shortmess' sets "F" flag
- 'shortmess' includes "F", excludes "S"
- 'showcmd' is set by default
- 'sidescroll' defaults to 1
- 'smarttab' is set by default