comparison src/version.c @ 28209:cbaac8434e4a v8.2.4630

patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline" Commit: https://github.com/vim/vim/commit/bf269ed0b0bd8414eea7bea17465b2738a9a2b55 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 26 13:28:14 2022 +0000 patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline" Problem: 'cursorline' not always updated with 'cursorlineopt' is "screenline". Solution: Call check_redraw_cursorline() more often. (closes #10013)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Mar 2022 14:30:03 +0100
parents 0090c27f26d3
children 522864f990ec
comparison
equal deleted inserted replaced
28208:92e7aeb97a55 28209:cbaac8434e4a
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4630,
753 /**/ 755 /**/
754 4629, 756 4629,
755 /**/ 757 /**/
756 4628, 758 4628,
757 /**/ 759 /**/