comparison src/ui.c @ 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 1a450ce6980c
children 1bdc12630fc0
comparison
equal deleted inserted replaced
12923:abe981c46a62 12924:85a601f985ab
3305 maketitle(); 3305 maketitle();
3306 #endif 3306 #endif
3307 } 3307 }
3308 #endif 3308 #endif
3309 3309
3310 #if defined(USE_IM_CONTROL) || defined(PROTO) 3310 #if defined(FEAT_MBYTE) || defined(PROTO)
3311 /* 3311 /*
3312 * Save current Input Method status to specified place. 3312 * Save current Input Method status to specified place.
3313 */ 3313 */
3314 void 3314 void
3315 im_save_status(long *psave) 3315 im_save_status(long *psave)