diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-06-07 23:11:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 23:11:28 +0200 |
commit | bb24fec33355b27daa8971d9ab3a074909137781 (patch) | |
tree | 343b92eabe73c19aa39ecfd8d6d91122f5d7d3a9 /runtime/doc/vim_diff.txt | |
parent | f6f9e4a231708ca45e6dc08def78d9ff12339976 (diff) | |
download | rneovim-bb24fec33355b27daa8971d9ab3a074909137781.tar.gz rneovim-bb24fec33355b27daa8971d9ab3a074909137781.tar.bz2 rneovim-bb24fec33355b27daa8971d9ab3a074909137781.zip |
defaults: exclude "S" from 'shortmess' #10136
ref #6289
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 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 |