1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-01-21 22:50:00 +01:00
parent ec2da36ca4
commit 560379d7ae
2 changed files with 7 additions and 7 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
211,
/**/
210,
/**/