mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
- redraw! in an invisible buffer rendered the screen unusable. - storing the autocmd window handle and using it in API function could lead to crashes. Unregister the handle when the window is not active.