commit | ed71ed37bcd44bcbfcf59beee1248799de3315ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 22:13:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 22:13:35 2019 +0100 |
tree | 4f71a4a915de23b7932738947d166a50693d6603 | |
parent | 8d4ce56a19ed14d13332f94ad592fff2d9a715d5 [diff] [blame] |
patch 8.1.0852: findfile() and finddir() are not properly tested Problem: findfile() and finddir() are not properly tested. Solution: Extend the test and add more. (Dominique Pelle, closes #3880)
diff --git a/src/version.c b/src/version.c index 1dc9ad0..3652f43 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 852, +/**/ 851, /**/ 850,