commit | 819edbe078c8579f3620d12dac830f12ccdc5a45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 17:14:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 17:14:33 2017 +0100 |
tree | 9aeaacf944c52f62fb2caaed49c8319746e3dae6 | |
parent | 50d43153a7e3e452cd166cde0d84ecacd316321f [diff] [blame] |
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.
diff --git a/src/ui.c b/src/ui.c index 1b2b3c5..7d969fe 100644 --- a/src/ui.c +++ b/src/ui.c
@@ -3307,7 +3307,7 @@ } #endif -#if defined(USE_IM_CONTROL) || defined(PROTO) +#if defined(FEAT_MBYTE) || defined(PROTO) /* * Save current Input Method status to specified place. */