commit | 7eaafe65eef88493c789b160914c8e2e8e42d4a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 22:10:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 22:10:06 2020 +0200 |
tree | 11e5d8b0f6ee20f22827e2abecef64b6435f42f8 | |
parent | bdd2c290d3cda69e0046c42f0c651f60bc510a16 [diff] [blame] |
patch 8.2.1041: test summary is missing executed count Problem: Test summary is missing executed count. Solution: Adjust pattern used for counting.
diff --git a/src/version.c b/src/version.c index de54b21..4b4fb40 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1041, +/**/ 1040, /**/ 1039,