mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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:
@@ -4252,10 +4252,6 @@ mb_unescape(char_u **pp)
|
||||
int
|
||||
mb_lefthalve(int row, int col)
|
||||
{
|
||||
#ifdef FEAT_HANGULIN
|
||||
if (composing_hangul)
|
||||
return TRUE;
|
||||
#endif
|
||||
return (*mb_off2cells)(LineOffset[row] + col,
|
||||
LineOffset[row] + screen_Columns) > 1;
|
||||
}
|
||||
@@ -5855,11 +5851,6 @@ xim_queue_key_press_event(GdkEventKey *event, int down)
|
||||
int
|
||||
im_get_status(void)
|
||||
{
|
||||
# ifdef FEAT_HANGULIN
|
||||
if (hangul_input_state_get())
|
||||
return TRUE;
|
||||
# endif
|
||||
|
||||
# ifdef FEAT_EVAL
|
||||
if (USE_IMSTATUSFUNC)
|
||||
return call_imstatusfunc();
|
||||
|
Reference in New Issue
Block a user