comparison src/version.c @ 34866:98e0d8eb05d4 v9.1.0300

patch 9.1.0300: Missing test for what patch v9.1.0285 fixes Commit: https://github.com/vim/vim/commit/aa8e22b035dd669cb47c9237f9c9a917ec6a0ec4 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Wed Apr 10 17:33:43 2024 +0200 patch 9.1.0300: Missing test for what patch v9.1.0285 fixes Problem: Missing test for what patch v9.1.0285 fixes Solution: Add a test for cursor movement at buffer boundaries. (Luuk van Baal) closes: #14470 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Apr 2024 17:45:03 +0200
parents 3f9d9ee5cb7c
children 443a527b43ed
comparison
equal deleted inserted replaced
34865:91eff89ffeb4 34866:98e0d8eb05d4
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 300,
707 /**/ 709 /**/
708 299, 710 299,
709 /**/ 711 /**/
710 298, 712 298,
711 /**/ 713 /**/