comparison src/version.c @ 33248:0bb496f81ab2 v9.0.1896

patch 9.0.1896: "below" virtual text doesn't work with 'rightleft' Commit: https://github.com/vim/vim/commit/6b9c2025496e415856ad70b819de83a48267c582 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Sep 11 20:01:17 2023 +0200 patch 9.0.1896: "below" virtual text doesn't work with 'rightleft' Problem: "below" virtual text doesn't work with 'rightleft'. Solution: Use column from right border with 'rightleft'. closes: #13071 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Sep 2023 20:15:04 +0200
parents 877dddec681f
children 575dd775b7fb
comparison
equal deleted inserted replaced
33247:3ba31a65248f 33248:0bb496f81ab2
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 1896,
702 /**/ 704 /**/
703 1895, 705 1895,
704 /**/ 706 /**/
705 1894, 707 1894,
706 /**/ 708 /**/