Patch 9.0.0039
Problem: Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka)
Solution: Add an #ifdef.
Files: src/gui_gtk_x11.c
*** ../vim-9.0.0038/src/gui_gtk_x11.c 2022-07-04 10:47:27.893116098 +0100
--- src/gui_gtk_x11.c 2022-07-04 19:56:45.946622756 +0100
***************
*** 1246,1251 ****
--- 1246,1252 ----
}
}
+ #ifdef GDK_KEY_dead_circumflex
// Belgian Ctrl+[ workaround
if (len == 0 && key_sym == GDK_KEY_dead_circumflex)
{
***************
*** 1259,1264 ****
--- 1260,1266 ----
// are confusing code downstream
return TRUE;
}
+ #endif
if (len == 0) // Unrecognized key
return TRUE;
*** ../vim-9.0.0038/src/version.c 2022-07-04 18:05:48.333038691 +0100
--- src/version.c 2022-07-04 19:57:41.634453742 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 39,
/**/
--
hundred-and-one symptoms of being an internet addict:
48. You get a tatoo that says "This body best viewed with Netscape 3.1 or
higher."
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220704185853.512401C091A%40moolenaar.net.