commit | 6e32f615eb824048a98666d1da4416bbeb7b2bed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 23:21:07 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 23:21:07 2017 +0200 |
tree | 17b9847dfa5048b9f5d7c0a848ba5765dda54868 | |
parent | 11aa62f8f949bb590b4d7792a334885fba5e4137 [diff] [blame] |
patch 8.0.1056: cannot build with +diff but without +multi_byte Problem: Cannot build with the diff feature but without the mutli-byte feature. Solution: Remove #ifdefs. (John Marriott)
diff --git a/src/version.c b/src/version.c index d15565f..652704c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1056, +/**/ 1055, /**/ 1054,