mirror of
https://github.com/neovim/neovim.git
synced 2026-03-26 18:31:59 +00:00
Occurs when trying to dump a partial with attached self dictionary which references that partial. “Infinite” loop should normally result in Neovim killed by OOM killer. Also moved the place when partials are unreferenced by clear_tv: from …FUNC_START to …FUNC_END.