commit | fb1db0e3550355e10ac86c4a4af21209c5456a66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 21:07:46 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 21:07:46 2017 +0100 |
tree | 8e4d3ca0ae832c0bdf759c8944a8c388ad3cab95 | |
parent | be5d998d0ea2226f1f7180c32b19df17ad674853 [diff] [blame] |
patch 8.0.1342: cannot build with Motif and multi-byte Problem: Cannot build with Motif and multi-byte. (Mohamed Boughaba) Solution: Use the right input method status flag. (closes #2374)
diff --git a/src/version.c b/src/version.c index 3fa66e4..5894a69 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1342, +/**/ 1341, /**/ 1340,