commit | 8d4be8901139f698c7919fd697d82abb1ce41911 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 18:33:02 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 18:33:02 2021 +0100 |
tree | 9161372430c1f9b0365c56aebdfb12c686bebc5c | |
parent | a98f8a230596d8fb44cc68321de72980a21428cb [diff] [blame] |
patch 8.2.2509: tests fail on s390 build Problem: Tests fail on s390 build. Solution: Initialize trycmd_T.
diff --git a/src/version.c b/src/version.c index 71b180f..5601c58 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2509, +/**/ 2508, /**/ 2507,