commit | 7e9210ea5320e0c3fd9fd93e3f3f1a59e029cf46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 23:12:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 23:12:51 2020 +0200 |
tree | 0e5b8c72834ebe99d3c56fd400a0af03cd616a0a | |
parent | 6a33ef0deb5c75c003a9f3bd1c57f3ca5e77327e [diff] [blame] |
patch 8.2.1742: test still fails without the terminal feature Problem: Test still fails without the terminal feature. Solution: Put check for terminal feature in separate function.
diff --git a/src/version.c b/src/version.c index 2258be9..4983b1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1742, +/**/ 1741, /**/ 1740,