summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/edit.c b/src/edit.c
index a9cd2a494e..1c168b6a8b 100644
--- a/src/edit.c
+++ b/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)