mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 15:25:33 +00:00
Problem: The temp_dict in `do_autocmd_progress()` is sized 7, but the max is 6 (id, text, percent, status, title, data). The extra capacity is rather misleading. Solution: make the size of the dict 6.