commit | ec0e07a32484ab70f1c7668294c3d8d67f8aca82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 22:21:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 22:21:37 2017 +0200 |
tree | ef88120d91c9357124c44e84f612d32596ff0a86 | |
parent | 6d0826dfbba9880820d9ec221327e4250bbf6540 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ef0209e..6baf62b 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 986, +/**/ 985, /**/ 984,