From 546125869f2959480c9a0f6c448c2092d565ec15 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Nov 2019 17:13:31 +0100 Subject: patch 8.1.2327: cannot build with Hangul input Problem: Cannot build with Hangul input. Solution: Remove Hangul input support. --- src/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index e17f036c7c..deeceb7a94 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 -- cgit v1.2.3