comparison 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
comparison
equal deleted inserted replaced
30218:759e9dfee593 30219:bc8ad1c28b51
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 445,
706 /**/ 708 /**/
707 444, 709 444,
708 /**/ 710 /**/
709 443, 711 443,
710 /**/ 712 /**/