commit | 2f1228463aa9ff62814f9732561b1849e5f01f75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 23:18:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 23:18:00 2020 +0200 |
tree | 72db873a3e9f3a018fc09ced1e2a378da0e251a7 | |
parent | 997cd1a17f030d004b334d17cf1c1c57050c9906 [diff] [blame] |
patch 8.2.1558: signs test fails Problem: Signs test fails. Solution: Add missing change to sign.c.
diff --git a/src/version.c b/src/version.c index 214ee2a..411a889 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1558, +/**/ 1557, /**/ 1556,