commit | f0764e8bb6511aa3bf1d6f52852b4284676ee661 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 22:05:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 22:05:34 2020 +0100 |
tree | ebde27a4ebbbdebda03233033109c2776242202c | |
parent | 538feb56e87c647d9b1cc8522f7650d263096f63 [diff] [blame] |
patch 8.2.0139: MS-Windows: default for IME is inconsistent Problem: MS-Windows: default for IME is inconsistent. Solution: Also make IME default enabled with MVC. (Ken Takata, closes #5508)
diff --git a/src/version.c b/src/version.c index ec77e87..8e527b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 139, +/**/ 138, /**/ 137,