mirror of
https://github.com/neovim/neovim.git
synced 2026-03-18 06:38:15 +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.