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/version.c b/src/version.c index 6a1162b..8cce078 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1338, +/**/ 1337, /**/ 1336,