]> granicus.if.org Git - vim/commit
patch 9.0.1096: reallocating hashtab when the size didn't change v9.0.1096
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Dec 2022 20:46:13 +0000 (20:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Dec 2022 20:46:13 +0000 (20:46 +0000)
commit71d53e7c579b8af44083142ea3894b455947ad81
treeadacbe3f7b44cb880b2836571514ac1378e32fc8
parent6ef5471afa69a654888bc285a51a6035405d33a0
patch 9.0.1096: reallocating hashtab when the size didn't change

Problem:    Reallocating hashtab when the size didn't change.
Solution:   Bail out when the hashtab is already the desired size.
src/hashtab.c
src/version.c