commit | 30276f2beb248557c6b33cd5418bca8b7084b0a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 17:59:39 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 17:59:39 2019 +0100 |
tree | 56f7b88712a5ffffdd10681983e70501e2e1ba58 | |
parent | 264b74fa545edfb92c0d7d08a02c26331cc5b168 [diff] [blame] |
patch 8.1.0811: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
diff --git a/src/version.c b/src/version.c index 7898c1a..c472ece 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 811, +/**/ 810, /**/ 809,