commit | 595a40226ea1285689b622042534fd8442402db3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 19:15:57 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 19:15:57 2017 +0200 |
tree | 9ad063cf0aaf7f073131116e42d59ab5dfda9089 | |
parent | d8d85bfb7d650d2fb584ea48aaaebdbc8a2e3dce [diff] [blame] |
patch 8.0.1050: terminal window feature not included by default Problem: Terminal window feature not included by default. Solution: Include the terminal feature for the "huge" build.
diff --git a/src/version.c b/src/version.c index 4a5282f..45537fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1050, +/**/ 1049, /**/ 1048,