1
0
forked from aniani/vim

patch 8.0.0986: terminal feature always requires multi-byte feature

Problem:    Terminal feature always requires multi-byte feature.
Solution:   Remove #ifdef FEAT_MBYTE, disable terminal without multi-byte.
This commit is contained in:
Bram Moolenaar
2017-08-22 22:21:37 +02:00
parent 6d0826dfbb
commit ec0e07a324
3 changed files with 7 additions and 10 deletions

View File

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