mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
Remove remaining hangul-related code
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user