summaryrefslogtreecommitdiffstats
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2022-09-11 16:59:53 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-11 16:59:53 +0100
commit29ab524358ba429bcf6811710afc97a978641f0b (patch)
tree768c0de26e9a03fd9331fc4e74d4644312d94756 /runtime/doc/quickref.txt
parent9510d22463055f56548ff461ccbc54caa1ba1a2f (diff)
patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445
Problem: When opening/closing window text moves up/down. Solution: Add the 'splitscroll' option. When off text will keep its position as much as possible.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 67fc28e17a..2cc2358e9c 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -919,6 +919,7 @@ Short explanation of each option: *option-list*
'spellsuggest' 'sps' method(s) used to suggest spelling corrections
'splitbelow' 'sb' new window from split is below the current one
'splitright' 'spr' new window is put right of the current one
+'splitscroll' 'spsc' determines scroll behavior when splitting windows
'startofline' 'sol' commands move cursor to first non-blank in line
'statusline' 'stl' custom format for the status line
'suffixes' 'su' suffixes that are ignored with multiple match