mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -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:
@@ -3401,9 +3401,6 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_GUI_MSWIN
|
||||
"gui_win32",
|
||||
#endif
|
||||
#ifdef FEAT_HANGULIN
|
||||
"hangul_input",
|
||||
#endif
|
||||
#if defined(HAVE_ICONV_H) && defined(USE_ICONV)
|
||||
"iconv",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user