comparison src/version.c @ 34569:f41e8218775a v9.1.0183

patch 9.1.0183: Wrong display or screenpos() result when toggling diff mode Commit: https://github.com/vim/vim/commit/9e7f1fc2f159d58b2a4cd4b7060bead126fead49 Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 16 09:40:22 2024 +0100 patch 9.1.0183: Wrong display or screenpos() result when toggling diff mode Problem: Wrong display or screenpos() result when toggling diff mode. Solution: Reset w_skipcol when disabling 'wrap'. Reset w_leftcol when enabling 'wrap' (zeertzjq). fixes: #14210 closes: #14211 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Mar 2024 09:45:05 +0100
parents 7de5ae6a0518
children fdd232ab72ea
comparison
equal deleted inserted replaced
34568:004ccc9cb0f8 34569:f41e8218775a
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 183,
707 /**/ 709 /**/
708 182, 710 182,
709 /**/ 711 /**/
710 181, 712 181,
711 /**/ 713 /**/