comparison src/vim.h @ 12924:85a601f985ab v8.0.1338

patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete commit https://github.com/vim/vim/commit/819edbe078c8579f3620d12dac830f12ccdc5a45 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 25 17:14:33 2017 +0100 patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete Problem: USE_IM_CONTROL is confusing and incomplete. Solution: Just use FEAT_MBYTE. Call 'imactivatefunc' also without GUI.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Nov 2017 17:15:05 +0100
parents 327e1264b9bf
children 15a78f9a978f
comparison
equal deleted inserted replaced
12923:abe981c46a62 12924:85a601f985ab
529 */ 529 */
530 #ifdef DYNAMIC_IME 530 #ifdef DYNAMIC_IME
531 # ifndef FEAT_MBYTE_IME 531 # ifndef FEAT_MBYTE_IME
532 # define FEAT_MBYTE_IME 532 # define FEAT_MBYTE_IME
533 # endif 533 # endif
534 #endif
535
536 /*
537 * Check input method control.
538 */
539 #if defined(FEAT_MBYTE)
540 # define USE_IM_CONTROL
541 #endif 534 #endif
542 535
543 /* 536 /*
544 * For dynamically loaded gettext library. Currently, only for Win32. 537 * For dynamically loaded gettext library. Currently, only for Win32.
545 */ 538 */