commit | ef83956e1e67736b4c6b886d897b74f022622a74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 20:28:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 20:28:23 2017 +0200 |
tree | 7f3a9843323ccadb416d2ee3a8fda8170517f6b8 | |
parent | a6ce1ccf5c10baa5c2a25897c46961d751a21dda [diff] [blame] |
patch 8.0.1235: cannot disable the terminal feature in a huge build Problem: Cannot disable the terminal feature in a huge build. (lindhobe) Solution: Adjust the autoconf check. (Kazunobu Kuriyama, closes #2242)
diff --git a/src/version.c b/src/version.c index 24557e3..60ea4f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1235, +/**/ 1234, /**/ 1233,