aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-06-07 23:11:28 +0200
committerGitHub <noreply@github.com>2019-06-07 23:11:28 +0200
commitbb24fec33355b27daa8971d9ab3a074909137781 (patch)
tree343b92eabe73c19aa39ecfd8d6d91122f5d7d3a9 /runtime/doc/options.txt
parentf6f9e4a231708ca45e6dc08def78d9ff12339976 (diff)
downloadrneovim-bb24fec33355b27daa8971d9ab3a074909137781.tar.gz
rneovim-bb24fec33355b27daa8971d9ab3a074909137781.tar.bz2
rneovim-bb24fec33355b27daa8971d9ab3a074909137781.zip
defaults: exclude "S" from 'shortmess' #10136
ref #6289
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 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.