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:
committed by
Bram Moolenaar
parent
6bc30b05e6
commit
29f0dc3689
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3012,
|
||||
/**/
|
||||
3011,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user