1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-12-26 13:51:26 +00:00
parent 81b7ecc5cb
commit d0883faac6
2 changed files with 7 additions and 4 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1100,
/**/
1099,
/**/