diff options
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/edit.c b/src/edit.c index aa79302497..88d6ec0b8b 100644 --- a/src/edit.c +++ b/src/edit.c @@ -6975,13 +6975,6 @@ ins_esc ( static int disabled_redraw = FALSE; check_spell_redraw(); -# 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; - } temp = curwin->w_cursor.col; if (disabled_redraw) { |