comparison src/version.c @ 35007:c7ac5ee83076 v9.1.0357

patch 9.1.0357: Page scrolling should place cursor at window boundaries Commit: https://github.com/vim/vim/commit/4b6b0c4024df08dd8ce49dff3c76356ff81190c4 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Sat Apr 20 17:38:20 2024 +0200 patch 9.1.0357: Page scrolling should place cursor at window boundaries Problem: Page scrolling does not always place the cursor at the top or bottom of the window (Mathias Rav) Solution: Place the cursor at the top or bottom of the window. (Luuk van Baal) fixes: #14585 closes: #14586 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Apr 2024 17:45:02 +0200
parents e71b9c9debfe
children 664bc783e05d
comparison
equal deleted inserted replaced
35006:e0fc9edf79ae 35007:c7ac5ee83076
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 357,
707 /**/ 709 /**/
708 356, 710 356,
709 /**/ 711 /**/
710 355, 712 355,
711 /**/ 713 /**/