commit | 64fabf3802b8d38157c6b89010b9bea7766b3841 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 13:51:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 13:51:22 2022 +0000 |
tree | 0dfc4872b07b4e13316a9fa430bd6010ab8c9a98 | |
parent | 9f14557d6a5b4f832029c292d7b3359b68336058 [diff] [blame] |
patch 9.0.0957: tests fail without the terminal feature Problem: Tests fail without the terminal feature. Solution: Move functions to another utility script.
diff --git a/src/version.c b/src/version.c index a00a989..5d6a2a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 957, +/**/ 956, /**/ 955,