mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 17:17:21 +00:00
Problem: Reallocating hashtab when the size didn't change.
Solution: Bail out when the hashtab is already the desired size.
71d53e7c57
Co-authored-by: Bram Moolenaar <Bram@vim.org>