commit | 135059724f140ceac889c9f8136bd1bf5c41d49d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 15:04:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 15:04:48 2019 +0100 |
tree | 64a9fc867701c8cdd596130cdab2d92129920bd7 | |
parent | 4b9e91f0ba02192e4592a5c4a9bdcdd6e9efeb5e [diff] [blame] |
patch 8.1.0805: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 1.
diff --git a/src/version.c b/src/version.c index 8706d98..d481201 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 805, +/**/ 804, /**/ 803,