commit | 067297e16a516838dbc46aaa9d8b1a507afec28d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 19:55:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 19:55:50 2020 +0200 |
tree | 1f5e5fca853cce622ac4efa9f08920259d5315b2 | |
parent | e3242346cf1c2ff8b0315cb2cb98e731bfa952c0 [diff] [blame] |
patch 8.2.0576: some errors are not covered by tests Problem: Some errors are not covered by tests. Solution: Add a few more tests. (Dominique Pelle, closes #5920)
diff --git a/src/version.c b/src/version.c index 0705e75..d5b6a05 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 576, +/**/ 575, /**/ 574,