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/proto.h | |
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/proto.h')
-rw-r--r-- | src/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h index ad12159e5..452f9e22f 100644 --- a/src/proto.h +++ b/src/proto.h @@ -93,9 +93,6 @@ extern int _stricoll(char *a, char *b); # include "findfile.pro" # include "fold.pro" # include "getchar.pro" -# ifdef FEAT_HANGULIN -# include "hangulin.pro" -# endif # include "hardcopy.pro" # include "hashtab.pro" # include "highlight.pro" |