comparison src/version.c @ 32439:9d072cccc8fc v9.0.1551

patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly Commit: https://github.com/vim/vim/commit/24b62ec8258cc7c9ca2c09f645f7f6b02584c892 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Sat May 13 14:12:15 2023 +0100 patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly Problem: Position of marker for 'smoothscroll' not computed correctly. Solution: Take 'list' and other options into account. (Luuk van Baal, closes #12393)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 May 2023 15:15:03 +0200
parents bdbaaed04acd
children 75531ada5cad
comparison
equal deleted inserted replaced
32438:f67f4f91eeaf 32439:9d072cccc8fc
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1551,
698 /**/ 700 /**/
699 1550, 701 1550,
700 /**/ 702 /**/
701 1549, 703 1549,
702 /**/ 704 /**/