comparison src/version.c @ 30677:a345ad853b08 v9.0.0673

patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero Commit: https://github.com/vim/vim/commit/46b54747c5d252c584571a321231bad9330018ec Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 15:46:49 2022 +0100 patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero Problem: First line not scrolled properly with 'smoothscroll' and 'scrolloff' zero and using "k". Solution: Make sure the cursor position is visible.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 17:00:04 +0200
parents bc48f3752d8d
children 815b02faced9
comparison
equal deleted inserted replaced
30676:fee795c501bb 30677:a345ad853b08
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 673,
702 /**/ 704 /**/
703 672, 705 672,
704 /**/ 706 /**/
705 671, 707 671,
706 /**/ 708 /**/