commit | 560379d7ae1bace259bbc29a275e73446346ce66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 22:50:00 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 22:50:00 2017 +0100 |
tree | 5f07d655c8e9c7e59053fb5ecafa38f6548b4a83 | |
parent | ec2da36ca48b40c0654b32a8d2c9f52e796daa5e [diff] [blame] |
patch 8.0.0211: cannot build without the multi-byte feature Problem: Build fails if the multi-byte feature is disabled. Solution: Change #ifdef around ins_char_bytes.
diff --git a/src/version.c b/src/version.c index 927825c..8e33c96 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 211, +/**/ 210, /**/ 209,