commit | 18eedfa40b45b1de955d61417e9918ef7d6e83f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 19:50:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 19:50:05 2020 +0200 |
tree | 67a316d23221009369307fd0a2593fd587455ce6 | |
parent | 7ca86fe8dc584141d6a73408acf3e90d8c88c7b9 [diff] [blame] |
patch 8.2.1583: MS-Windows: cannot easily measure code coverage Problem: MS-Windows: cannot easily measure code coverage. Solution: Add the COVERAGE option. (Ken Takata, closes #6842)
diff --git a/src/version.c b/src/version.c index 9c5f370..de956a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1583, +/**/ 1582, /**/ 1581,