summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-09-13 11:25:54 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-13 11:25:54 +0100
commit810cb5a3bf73ff4b084f483aa87cd49c1111bfa9 (patch)
tree91a99cf66ec5fc15d73b2ee63f3310c24eee7158 /src/version.c
parent83a19c5fda0556330860899bfb484addf9178cd0 (diff)
patch 9.0.0454: incorrect color for modeless selection with GTKv9.0.0454
Problem: Incorrect color for modeless selection with GTK. Solution: Use simple inversion instead of XOR. (closes #11111)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 9701d6d820..9208d6a0cc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 454,
+/**/
453,
/**/
452,