comparison src/config.h.in @ 18671:df141c730008 v8.1.2327

patch 8.1.2327: cannot build with Hangul input Commit: https://github.com/vim/vim/commit/546125869f2959480c9a0f6c448c2092d565ec15 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 17:13:31 2019 +0100 patch 8.1.2327: cannot build with Hangul input Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 17:15:04 +0100
parents 9007e9896303
children e373843e2980
comparison
equal deleted inserted replaced
18670:4658aa8e09fc 18671:df141c730008
406 #undef FEAT_XFONTSET 406 #undef FEAT_XFONTSET
407 407
408 /* Define if you want to include XIM support. */ 408 /* Define if you want to include XIM support. */
409 #undef FEAT_XIM 409 #undef FEAT_XIM
410 410
411 /* Define if you want to include Hangul input support. */
412 #undef FEAT_HANGULIN
413
414 /* Define if you use GTK and want GNOME support. */ 411 /* Define if you use GTK and want GNOME support. */
415 #undef FEAT_GUI_GNOME 412 #undef FEAT_GUI_GNOME
416 413
417 /* Define if you use KDE and want KDE Toolbar support. */ 414 /* Define if you use KDE and want KDE Toolbar support. */
418 #undef FEAT_KDETOOLBAR 415 #undef FEAT_KDETOOLBAR