diff src/version.c @ 15750:ece3be0e03b6 v8.1.0882

patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore commit https://github.com/vim/vim/commit/1aa43755e2116ba744be13b6f596ea033a0d82ae Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 14:41:31 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 14:45:07 +0100
parents 93b78c4a7cd5
children bd442b02c9e5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    882,
+/**/
     881,
 /**/
     880,