1
0
forked from aniani/vim

patch 8.1.2351: 'wincolor' not used for > for not fitting double width char

Problem:    'wincolor' not used for > for not fitting double width char.
            Also: popup drawn on right half of double width character looks
            wrong.
Solution:   Adjust color for > character.  Clear left half of double width
            character if right half is being overwritten.
This commit is contained in:
Bram Moolenaar
2019-11-26 22:39:10 +01:00
parent 0c0734d527
commit 92e25ab2df
4 changed files with 28 additions and 3 deletions

View File

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