comparison src/version.c @ 30635:604d7d7aa043 v9.0.0652

patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo' Commit: https://github.com/vim/vim/commit/b6aab8f44beb8c5d99393abdc2c9faab085c72aa Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 20:01:16 2022 +0100 patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo' Problem: 'smoothscroll' not tested with 'number' and "n" in 'cpo'. Solution: Add tests, fix uncovered problem.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 21:15:03 +0200
parents 8c0232ab725c
children ae1113e53ce3
comparison
equal deleted inserted replaced
30634:f68f43043842 30635:604d7d7aa043
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 652,
702 /**/ 704 /**/
703 651, 705 651,
704 /**/ 706 /**/
705 650, 707 650,
706 /**/ 708 /**/