mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.2327: cannot build with Hangul input
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
This commit is contained in:
@@ -1159,14 +1159,6 @@ key_press_event(GtkWidget *widget UNUSED,
|
||||
return TRUE;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_HANGULIN
|
||||
if (key_sym == GDK_space && (state & GDK_SHIFT_MASK))
|
||||
{
|
||||
hangul_input_state_toggle();
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef SunXK_F36
|
||||
/*
|
||||
* These keys have bogus lookup strings, and trapping them here is
|
||||
@@ -4388,10 +4380,6 @@ gui_mch_open(void)
|
||||
g_signal_connect(G_OBJECT(gui.mainwin), "destroy",
|
||||
G_CALLBACK(mainwin_destroy_cb), NULL);
|
||||
|
||||
#ifdef FEAT_HANGULIN
|
||||
hangul_keyboard_set();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Notify the fixed area about the need to resize the contents of the
|
||||
* gui.formwin, which we use for random positioning of the included
|
||||
|
Reference in New Issue
Block a user