Patch 9.0.0039

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 4, 2022, 2:59:00 PM7/4/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages