summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.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/evalfunc.c
parent10455d43fef041309ce0613fa792c635dd71e3a8 (diff)
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/evalfunc.c')
-rw-r--r--src/evalfunc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 63c4057ba7..b374d55d41 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -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