commit | 6e35a11490f1f9061677671220ce4cb73176b44a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 04 21:36:05 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 04 21:36:05 2018 +0100 |
tree | 2bca90909b0c22e8e69eaeb1240cf9558de34702 | |
parent | 8a3bb56230d220b8e1b4dcca517ed95f5341b8c7 [diff] [blame] |
patch 8.0.1567: cannot build Win32 GUI without IME Problem: Cannot build Win32 GUI without IME. (John Marriott) Solution: Adjust when IME_WITHOUT_XIM and HAVE_INPUT_METHOD are defined and use it in a few more places.
diff --git a/src/version.c b/src/version.c index b00217d..cbd28ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1567, +/**/ 1566, /**/ 1565,