commit | 1aa43755e2116ba744be13b6f596ea033a0d82ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 14:41:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 14:41:31 2019 +0100 |
tree | b85e5772a96eb8317eaa319313f1052e933298f7 | |
parent | 8c62a08faf89663e5633dc5036cd8695c80f1075 [diff] [blame] |
patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore Problem: Checking for FEAT_MBYTE which doesn't exist anymore. (Christ van Willegen) Solution: Remove it.
diff --git a/src/version.c b/src/version.c index 48236fe..164fd44 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 882, +/**/ 881, /**/ 880,