commit | 284d1c24e250494cf886b3548f1ecae5ad262da9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 22:39:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 22:39:32 2020 +0100 |
tree | 0b396e818d63e1dcf4360c40c2de9025a68eff21 | |
parent | 91cd59a0a20b944f703ca65e67f2e637fbb7e812 [diff] [blame] |
patch 8.2.0193: still build failure without +terminal feature Problem: Still build failure without +terminal feature. Solution: Add more #ifdefs.
diff --git a/src/version.c b/src/version.c index d4a54f9..657e137 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 193, +/**/ 192, /**/ 191,