comparison src/feature.h @ 7208:2c00f6b312bf v7.4.913

commit https://github.com/vim/vim/commit/72f4cc4a987d123c0ed909c85b9a05f65cef7202 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 14:35:18 2015 +0100 patch 7.4.913 Problem: No utf-8 support for the hangul input feature. Solution: Add utf-8 support. (Namsh)
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 14:45:04 +0100
parents 3421b24e419c
children 1886f2863437
comparison
equal deleted inserted replaced
7207:b5b56b0bbd3d 7208:2c00f6b312bf
675 #ifdef FEAT_HANGULIN 675 #ifdef FEAT_HANGULIN
676 # define HANGUL_DEFAULT_KEYBOARD 2 /* 2 or 3 bulsik keyboard */ 676 # define HANGUL_DEFAULT_KEYBOARD 2 /* 2 or 3 bulsik keyboard */
677 # define ESC_CHG_TO_ENG_MODE /* if defined, when ESC pressed, 677 # define ESC_CHG_TO_ENG_MODE /* if defined, when ESC pressed,
678 * turn to english mode 678 * turn to english mode
679 */ 679 */
680 # if !defined(FEAT_XFONTSET) && defined(HAVE_X11) && !defined(FEAT_GUI_GTK)
681 # define FEAT_XFONTSET /* Hangul input requires xfontset */
682 # endif
683 # if defined(FEAT_XIM) && !defined(LINT) 680 # if defined(FEAT_XIM) && !defined(LINT)
684 Error: You should select only ONE of XIM and HANGUL INPUT 681 Error: You should select only ONE of XIM and HANGUL INPUT
685 # endif 682 # endif
686 #endif 683 #endif
687 #if defined(FEAT_HANGULIN) || defined(FEAT_XIM) 684 #if defined(FEAT_HANGULIN) || defined(FEAT_XIM)
688 /* # define X_LOCALE */ /* for OS with incomplete locale 685 /* # define X_LOCALE */ /* for OS with incomplete locale
689 support, like old linux versions. */ 686 support, like old linux versions. */
690 /* # define SLOW_XSERVER */ /* for extremely slow X server */
691 #endif 687 #endif
692 688
693 /* 689 /*
694 * +xfontset X fontset support. For outputting wide characters. 690 * +xfontset X fontset support. For outputting wide characters.
695 */ 691 */