commit | 150f0550f45b836200a189e4d34417f4d3467455 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 07 21:29:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 07 21:29:50 2019 +0200 |
tree | 79ac8968d8c2d18f0f6a8c2237a4c31a80231633 | |
parent | 62a88f498ac8d996bc976871cd80fcc14466f013 [diff] [blame] |
patch 8.1.1488: summary of tests has incorrect failed count Problem: Summary of tests has incorrect failed count. Solution: Add to the failed count instead of setting it. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 5ac6f9d..90ee247 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1488, +/**/ 1487, /**/ 1486,