comparison src/version.c @ 33454:b91aeab2d62e v9.0.1981

patch 9.0.1981: not being able to scroll up in diff mode Commit: https://github.com/vim/vim/commit/0583491277dea9d14e000051c26405b90d839072 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Oct 4 20:12:37 2023 +0200 patch 9.0.1981: not being able to scroll up in diff mode Problem: Cannot scroll up in diff mode with many filler lines and zero 'scrolloff'. Solution: Invalidate w_cline_row before calling comp_botline(). closes: #13256 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Oct 2023 20:15:04 +0200
parents ed8db57d1034
children 4a62e78803db
comparison
equal deleted inserted replaced
33453:495fbedef23c 33454:b91aeab2d62e
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 1981,
707 /**/ 709 /**/
708 1980, 710 1980,
709 /**/ 711 /**/
710 1979, 712 1979,
711 /**/ 713 /**/