mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 03:30:37 +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.