commit | 0d2c4bf1714a6b286bd7a10061044414e0b17a15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 17 22:17:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 17 22:17:02 2019 +0200 |
tree | 6e74d5a634a52fe9bdd75d620d699949b491f990 | |
parent | 3cea8a9a51c7b26a01a75dc29d9d8a621fc70b57 [diff] [blame] |
patch 8.1.2170: cannot build without the +termresponse feature Problem: Cannot build without the +termresponse feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 78d0dc9..b7d9cb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2170, +/**/ 2169, /**/ 2168,