diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-22 08:18:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 08:18:02 +0200 |
commit | b7514493a0c4a4389a5921f15b0b429dae5c75e7 (patch) | |
tree | 625d39a763124fe284e24caaf4e1a1c52651893a /runtime | |
parent | cf659a19260aea27816575d67a12139ebaada56f (diff) | |
download | rneovim-b7514493a0c4a4389a5921f15b0b429dae5c75e7.tar.gz rneovim-b7514493a0c4a4389a5921f15b0b429dae5c75e7.tar.bz2 rneovim-b7514493a0c4a4389a5921f15b0b429dae5c75e7.zip |
defaults: shortmess+=F (#8619)
Because we default to laststatus=2 (statusline is always visible), the
:edit message is not useful.
ref #6289
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f924003e1f..81726ca46b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5293,7 +5293,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 "filnxtToO", Vi default: "") +'shortmess' 'shm' string (Vim default "filnxtToOF", Vi default: "") 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 0035e15be1..52f6b3d918 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -49,6 +49,7 @@ a complete and centralized reference of those differences. - 'nrformats' defaults to "bin,hex" - 'ruler' is set by default - 'sessionoptions' doesn't include "options" +- 'shortmess' sets "F" flag - 'showcmd' is set by default - 'sidescroll' defaults to 1 - 'smarttab' is set by default |