From bb24fec33355b27daa8971d9ab3a074909137781 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 7 Jun 2019 23:11:28 +0200 Subject: defaults: exclude "S" from 'shortmess' #10136 ref #6289 --- runtime/doc/options.txt | 2 +- runtime/doc/vim_diff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 34779541d8..e780dba53c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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. diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index b7974aa735..fd71067542 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -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 -- cgit