commit | a12a161b8ce09d024ed71c2134149fa323f8ee8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 16:39:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 16:39:02 2019 +0100 |
tree | c427f558df74f47fb09ac84c091eba2ea28ecfd7 | |
parent | 091806d6f0f0481b88daa7d3a24006e54c25cd6f [diff] [blame] |
patch 8.1.0809: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 3.
diff --git a/src/version.c b/src/version.c index da24897..79778cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 809, +/**/ 808, /**/ 807,