comparison src/version.c @ 30620:70d6345a2976 v9.0.0645

patch 9.0.0645: CTRL-Y does not stop at line 1 Commit: https://github.com/vim/vim/commit/8df9748edb2ac8bd025e34e06194ac210667c97a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 12:11:13 2022 +0100 patch 9.0.0645: CTRL-Y does not stop at line 1 Problem: CTRL-Y does not stop at line 1. (John Marriott) Solution: Stop at line 1 when 'smoothscroll' is not set. (closes https://github.com/vim/vim/issues/11261)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 13:15:03 +0200
parents c2031ad5ed54
children ffd6e3bd65b8
comparison
equal deleted inserted replaced
30619:c25742e02de9 30620:70d6345a2976
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 645,
702 /**/ 704 /**/
703 644, 705 644,
704 /**/ 706 /**/
705 643, 707 643,
706 /**/ 708 /**/