commit | 4dd9252d6f0e93c9118c808bd47f407d581947a8 | [log] [tgz] |
---|---|---|
author | Anton Sharonov <anton.sharonov@gmail.com> | Mon Jul 04 10:47:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 10:47:31 2022 +0100 |
tree | 8ace22652755f6eed142e3093fa83642f761e77f | |
parent | 7fe956d17650b231f173868531bc7466010687f0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1232f4e..419e25f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 33, +/**/ 32, /**/ 31,