diff src/version.c @ 30219:bc8ad1c28b51

patch 9.0.0445: when opening/closing window text moves up/down Commit: https://github.com/vim/vim/commit/29ab524358ba429bcf6811710afc97a978641f0b Author: Luuk van Baal <luukvbaal@gmail.com> Date: Sun Sep 11 16:59:53 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 18:00:03 +0200
parents e0cb5fb44859
children 088a3715ea69
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    445,
+/**/
     444,
 /**/
     443,