commit | 60b1bcfe92da1d7b8f894c91192f3a76e8aec391 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 19:05:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 19:05:32 2019 +0200 |
tree | 30a796ea668a139b54a6f78910e4decdfefac417 | |
parent | 163588005da3a240e49416093d0d0251951d60a1 [diff] [blame] |
patch 8.1.1947: when executing one test the report doesn't show it Problem: When executing one test the report doesn't show it. Solution: Adjust the regexp. (Daniel Hahler, closes #4879)
diff --git a/src/version.c b/src/version.c index 26587aa..463d215 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1947, +/**/ 1946, /**/ 1945,