mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.1.2327: cannot build with Hangul input
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
This commit is contained in:
13
src/screen.c
13
src/screen.c
@@ -4040,19 +4040,6 @@ showmode(void)
|
||||
# else
|
||||
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))
|
||||
|
Reference in New Issue
Block a user