aboutsummaryrefslogtreecommitdiff
path: root/src/edit.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-03-14 08:29:47 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-14 08:29:47 -0300
commitc3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d (patch)
tree66646d20eaa7cf59b3866f9671fee2c39a276e69 /src/edit.c
parent7f23ec398de634ead63948a0dc5e52ea3cfb34a1 (diff)
downloadrneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.tar.gz
rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.tar.bz2
rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.zip
Remove remaining hangul-related code
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c7
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) {