1
0
forked from aniani/vim

patch 8.2.3012: when 'rightleft' is set the line number is drawn reversed

Problem:    When 'rightleft' is set the line number is sometimes drawn
            reversed.
Solution:   Adjust how space is handled. (Christian Brabandt, closes #8389,
            closes #8391)
This commit is contained in:
Christian Brabandt
2021-06-16 19:28:34 +02:00
committed by Bram Moolenaar
parent 6bc30b05e6
commit 29f0dc3689
3 changed files with 27 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3012,
/**/
3011,
/**/