commit | fbbd102be0f017b316f483893a95e4e78c286c9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 07 22:38:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 07 22:38:58 2019 +0200 |
tree | 38553d4ad4241b480b8d9c1bf780185ebcd1bc72 | |
parent | a27e1dcddc9e3914ab34b164f71c51b72903b00b [diff] [blame] |
patch 8.1.2122: cannot build without terminal feature Problem: Cannot build without terminal feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index f4d0275..e207a37 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2122, +/**/ 2121, /**/ 2120,