summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-21 17:13:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-21 17:13:31 +0100
commit546125869f2959480c9a0f6c448c2092d565ec15 (patch)
tree7ac0aff02cb54e73a4a1a0143d6c09ed2eff8bcd /src/edit.c
parent10455d43fef041309ce0613fa792c635dd71e3a8 (diff)
patch 8.1.2327: cannot build with Hangul inputv8.1.2327
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
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)