commit | d0883faac6a74f777c9a6be9d035c59ee1c969c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 13:51:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 13:51:26 2022 +0000 |
tree | 08c202ace56167b636c1aaf4ebb8121b38b4a7a9 | |
parent | 81b7ecc5cb78cad901a9a85e46ecba109cc6ee7d [diff] [blame] |
patch 9.0.1100: a hashtab with many removed items is not cleaned up Problem: A hashtab with many removed items is not cleaned up. Solution: Re-hash a hashtab even when the size didn't change if too many items were removed.
diff --git a/src/version.c b/src/version.c index eb362a3..e8ea9f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1100, +/**/ 1099, /**/ 1098,