commit | 1355aad2b94790217aeef9077d3fb9925461f137 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 27 22:49:01 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 27 22:49:01 2017 +0100 |
tree | 605f15ae28451a4e5d5659c62aaef100e28b9e7d | |
parent | 17471e84a72b5137a6010a98c4adb780237750db [diff] [blame] |
patch 8.0.1350: cannot build with +eval and -multi_byte Problem: Cannot build with +eval and -multi_byte. Solution: Adjust #ifdefs. (John Marriott) Always include the multi_byte feature when an input method feature is enabled.
diff --git a/src/version.c b/src/version.c index d44289a..066294a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1350, +/**/ 1349, /**/ 1348,