commit | 29ab524358ba429bcf6811710afc97a978641f0b | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sun Sep 11 16:59:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 16:59:53 2022 +0100 |
tree | 768c0de26e9a03fd9331fc4e74d4644312d94756 | |
parent | 9510d22463055f56548ff461ccbc54caa1ba1a2f [diff] [blame] |
patch 9.0.0445: when opening/closing window text moves up/down 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.
diff --git a/src/version.c b/src/version.c index 8fee977..ec0f00b 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 445, +/**/ 444, /**/ 443,