diff src/version.c @ 10642:c10f367d0dfc v8.0.0211

patch 8.0.0211: cannot build without the multi-byte feature commit https://github.com/vim/vim/commit/560379d7ae1bace259bbc29a275e73446346ce66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 21 22:50:00 2017 +0100 patch 8.0.0211: cannot build without the multi-byte feature Problem: Build fails if the multi-byte feature is disabled. Solution: Change #ifdef around ins_char_bytes.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jan 2017 23:00:04 +0100
parents 27be410d6d29
children 2025bec9175f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    211,
+/**/
     210,
 /**/
     209,