diff options
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/version.c b/src/version.c index 23a1fc8cc..6cc909b77 100644 --- a/src/version.c +++ b/src/version.c @@ -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", @@ -742,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2327, +/**/ 2326, /**/ 2325, |