forked from aniani/vim
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:
@@ -528,9 +528,7 @@
|
||||
/*
|
||||
* +xim X Input Method. For entering special languages like
|
||||
* chinese and Japanese.
|
||||
* +hangul_input Internal Hangul input method. Must be included
|
||||
* through configure: "--enable-hangulin"
|
||||
* Both are for Unix and VMS only.
|
||||
* this is for Unix and VMS only.
|
||||
*/
|
||||
#ifndef FEAT_XIM
|
||||
/* #define FEAT_XIM */
|
||||
@@ -540,18 +538,9 @@
|
||||
# define USE_XIM 1 /* needed for GTK include files */
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_HANGULIN
|
||||
# define HANGUL_DEFAULT_KEYBOARD 2 /* 2 or 3 bulsik keyboard */
|
||||
# define ESC_CHG_TO_ENG_MODE /* if defined, when ESC pressed,
|
||||
* turn to english mode
|
||||
*/
|
||||
# if defined(FEAT_XIM) && !defined(LINT)
|
||||
Error: You should select only ONE of XIM and HANGUL INPUT
|
||||
# endif
|
||||
#endif
|
||||
#if defined(FEAT_HANGULIN) || defined(FEAT_XIM)
|
||||
/* # define X_LOCALE */ /* for OS with incomplete locale
|
||||
support, like old linux versions. */
|
||||
#if defined(FEAT_XIM)
|
||||
// # define X_LOCALE // for OS with incomplete locale
|
||||
// support, like old linux versions.
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user