mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 12:35:48 +00: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.