mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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:
@@ -282,11 +282,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-gettext",
|
||||
#endif
|
||||
#ifdef FEAT_HANGULIN
|
||||
"+hangul_input",
|
||||
#else
|
||||
"-hangul_input",
|
||||
#endif
|
||||
#if (defined(HAVE_ICONV_H) && defined(USE_ICONV)) || defined(DYNAMIC_ICONV)
|
||||
# ifdef DYNAMIC_ICONV
|
||||
"+iconv/dyn",
|
||||
@@ -741,6 +737,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2327,
|
||||
/**/
|
||||
2326,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user