comparison src/version.c @ 33349:e385bda5e345 v9.0.1938

patch 9.0.1938: multispace wrong when scrolling horizontally Commit: https://github.com/vim/vim/commit/abc808112ee5df58a9f612f2bb5a65389c2c14e1 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Sep 24 23:32:18 2023 +0200 patch 9.0.1938: multispace wrong when scrolling horizontally Problem: multispace wrong when scrolling horizontally Solution: Update position in "multispace" or "leadmultispace" also in skipped chars. Reorder conditions to be more consistent. closes: #13145 closes: #13147 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Sep 2023 23:45:04 +0200
parents f47ee07ae029
children b59205d0567e
comparison
equal deleted inserted replaced
33348:ec6ad1fcb7ee 33349:e385bda5e345
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 1938,
702 /**/ 704 /**/
703 1937, 705 1937,
704 /**/ 706 /**/
705 1936, 707 1936,
706 /**/ 708 /**/