commit | 58dbef330c42511f9d7d3b3990c73387041f3f3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 22:13:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 22:13:05 2020 +0200 |
tree | 5b7c365d6e1e6ec5e6967ce68527d902977acbe7 | |
parent | 9c4f55204fdf8909f4e3515a32a542044bf9f943 [diff] [blame] |
patch 8.2.1740: test fails without the terminal feature Problem: Test fails without the terminal feature. Solution: Skip test if the terminal feature is not available.
diff --git a/src/version.c b/src/version.c index 374f5a1..4295f2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1740, +/**/ 1739, /**/ 1738,