commit | b3d614369fceb891819badc941f80f08f57831f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 25 21:32:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 25 21:32:09 2022 +0000 |
tree | e2986686fe43369523f0c062ea3564467e851590 | |
parent | 71d53e7c579b8af44083142ea3894b455947ad81 [diff] [blame] |
patch 9.0.1097: tests are failing Problem: Tests are failing. Solution: Do clean up a hashtab when at the initial size.
diff --git a/src/version.c b/src/version.c index deaee33..94bcd58 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1097, +/**/ 1096, /**/ 1095,