From 4dd9252d6f0e93c9118c808bd47f407d581947a8 Mon Sep 17 00:00:00 2001 From: Anton Sharonov Date: Mon, 4 Jul 2022 10:47:31 +0100 Subject: patch 9.0.0033: on a Belgian keyboard CTRL-[ does not work Problem: On a Belgian keyboard CTRL-[ does not work. Solution: Handle GDK_KEY_dead_circumflex. (Anton Sharonov, closes #10658) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 1232f4e02f..419e25f6d3 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 33, /**/ 32, /**/ -- cgit v1.2.3