commit | 63969ef07e99502744114717cb7d63bd4c6e7eae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 20:06:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 20:06:59 2020 +0200 |
tree | 79450532739152e3e82e41d0cdee7432afbca2f2 | |
parent | 418155def2aa45afd7fc034db341dc874b00af3a [diff] [blame] |
patch 8.2.1629: test fails without terminal feature Problem: Test fails without terminal feature. Solution: Check for terminal feature.
diff --git a/src/version.c b/src/version.c index 4d25ecc..4ba5e51 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1629, +/**/ 1628, /**/ 1627,