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/config.h.in | |
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/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h.in b/src/config.h.in index e17f036c7..deeceb7a9 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -408,9 +408,6 @@ /* Define if you want to include XIM support. */ #undef FEAT_XIM -/* Define if you want to include Hangul input support. */ -#undef FEAT_HANGULIN - /* Define if you use GTK and want GNOME support. */ #undef FEAT_GUI_GNOME |