diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-21 17:13:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-21 17:13:31 +0100 |
commit | 546125869f2959480c9a0f6c448c2092d565ec15 (patch) | |
tree | 7ac0aff02cb54e73a4a1a0143d6c09ed2eff8bcd /src/evalfunc.c | |
parent | 10455d43fef041309ce0613fa792c635dd71e3a8 (diff) | |
download | vim-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/evalfunc.c')
-rw-r--r-- | src/evalfunc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evalfunc.c b/src/evalfunc.c index 63c4057ba..b374d55d4 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 |