mirror of
https://github.com/neovim/neovim.git
synced 2026-05-18 19:11:12 +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>