mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
`event_teardown` is there from974752c, by aktau. It was introduced with `init_homedir` and `event_init`. Then both were removed by justinmk in99a9161bac(`init_homedir`) and49c5689f45(`event_init`), but `event_teardown` was not removed. Now this may cause a crash. More details in #4852. Closes #4852