forked from aniani/vim
patch 9.0.0454: incorrect color for modeless selection with GTK
Problem: Incorrect color for modeless selection with GTK. Solution: Use simple inversion instead of XOR. (closes #11111)
This commit is contained in:
committed by
Bram Moolenaar
parent
83a19c5fda
commit
810cb5a3bf
@@ -703,6 +703,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
454,
|
||||
/**/
|
||||
453,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user