diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 08:29:47 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 08:29:47 -0300 |
commit | c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d (patch) | |
tree | 66646d20eaa7cf59b3866f9671fee2c39a276e69 /src/edit.c | |
parent | 7f23ec398de634ead63948a0dc5e52ea3cfb34a1 (diff) | |
download | rneovim-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.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) { |