comparison src/version.c @ 29932:27cb0eed6aef v9.0.0304

patch 9.0.0304: WinScrolled is not triggered when only skipcol changes Commit: https://github.com/vim/vim/commit/670ab0334b536e12d84810de88e73b7bcb01346d Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Aug 28 19:16:15 2022 +0100 patch 9.0.0304: WinScrolled is not triggered when only skipcol changes Problem: WinScrolled is not triggered when only skipcol changes. Solution: Add w_last_skipcol and use it. (closes https://github.com/vim/vim/issues/10998)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 20:30:03 +0200
parents cd573d7bc30d
children 275877ab83f0
comparison
equal deleted inserted replaced
29931:6fbbf5ed15f0 29932:27cb0eed6aef
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 304,
710 /**/ 712 /**/
711 303, 713 303,
712 /**/ 714 /**/
713 302, 715 302,
714 /**/ 716 /**/