commit | b9603f6498e5637e111bd1dca0eab88c8dd0f99b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 15:44:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 15:44:22 2022 +0000 |
tree | 26fe681d327a54bcfc4135f8112cd4d2da4fae9b | |
parent | 00b28d6c23d8e662cab27e461825777c0a2e387a [diff] [blame] |
patch 9.0.1032: test fails when terminal feature is missing Problem: Test fails when terminal feature is missing. Solution: Use CheckRunVimInTerminal.
diff --git a/src/version.c b/src/version.c index 18187cd..a209733 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1032, +/**/ 1031, /**/ 1030,