summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-28 20:28:23 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-28 20:28:23 +0200
commitef83956e1e67736b4c6b886d897b74f022622a74 (patch)
tree7f3a9843323ccadb416d2ee3a8fda8170517f6b8 /src/version.c
parenta6ce1ccf5c10baa5c2a25897c46961d751a21dda (diff)
downloadvim-git-ef83956e1e67736b4c6b886d897b74f022622a74.tar.gz
patch 8.0.1235: cannot disable the terminal feature in a huge buildv8.0.1235
Problem: Cannot disable the terminal feature in a huge build. (lindhobe) Solution: Adjust the autoconf check. (Kazunobu Kuriyama, closes #2242)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 24557e387..60ea4f37c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1235,
+/**/
1234,
/**/
1233,