summaryrefslogtreecommitdiff
path: root/src/screen.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/screen.c
parent10455d43fef041309ce0613fa792c635dd71e3a8 (diff)
downloadvim-git-546125869f2959480c9a0f6c448c2092d565ec15.tar.gz
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/screen.c')
-rw-r--r--src/screen.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/screen.c b/src/screen.c
index edb93f8b7..c0f7d494b 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -4041,19 +4041,6 @@ showmode(void)
msg_puts_attr(" XIM", attr);
# endif
#endif
-#if defined(FEAT_HANGULIN) && defined(FEAT_GUI)
- if (gui.in_use)
- {
- if (hangul_input_state_get())
- {
- /* HANGUL */
- if (enc_utf8)
- msg_puts_attr(" \355\225\234\352\270\200", attr);
- else
- msg_puts_attr(" \307\321\261\333", attr);
- }
- }
-#endif
/* CTRL-X in Insert mode */
if (edit_submode != NULL && !shortmess(SHM_COMPLETIONMENU))
{