commit | 2be7cb73f66cf69659195d9a8ad4beaa359f2865 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 16:10:51 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 16:10:51 2019 +0100 |
tree | 0e4212c3654d7e1b81e596eb7683e0d0e07672c9 | |
parent | ea56e167c87352f07a77d3661425e336817a7141 [diff] [blame] |
patch 8.1.0733: too many #ifdefs for the multi-byte feature Problem: Too many #ifdefs for the multi-byte feature. Solution: Tentatively always enable the multi-byte feature. If you have a problem with this, please discuss on the Vim maillist.
diff --git a/src/version.c b/src/version.c index 092077f..a967fea 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 733, +/**/ 732, /**/ 731,