1
0
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:
Your Name
2022-09-13 11:25:54 +01:00
committed by Bram Moolenaar
parent 83a19c5fda
commit 810cb5a3bf
2 changed files with 4 additions and 6 deletions

View File

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