commit | 71b13e92ae580038b8aecbb783296c577ca2ba5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 04 21:14:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 04 21:14:45 2019 +0100 |
tree | 3537e168b860f2742f6029d70501b5ed7d15d345 | |
parent | 94688b8a2a1fc3d6c8e49151b9533ec1c0a6757f [diff] [blame] |
patch 8.1.0875: not all errors of marks and findfile()/finddir() are tested Problem: Not all errors of marks and findfile()/finddir() are tested. Solution: Add more test coverage. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 24a9fb3..9b2e7c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 875, +/**/ 874, /**/ 873,