forked from aniani/vim
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:
10
src/edit.c
10
src/edit.c
@@ -4118,16 +4118,6 @@ ins_esc(
|
||||
#ifdef FEAT_SPELL
|
||||
check_spell_redraw();
|
||||
#endif
|
||||
#if defined(FEAT_HANGULIN)
|
||||
# if defined(ESC_CHG_TO_ENG_MODE)
|
||||
hangul_input_state_set(0);
|
||||
# endif
|
||||
if (composing_hangul)
|
||||
{
|
||||
push_raw_key(composing_hangul_buffer, 2);
|
||||
composing_hangul = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
temp = curwin->w_cursor.col;
|
||||
if (disabled_redraw)
|
||||
|
Reference in New Issue
Block a user