mirror of
https://github.com/neovim/neovim.git
synced 2026-07-24 01:40:41 +00:00
Problem: Unecessary/unexpected cleanup happens when restoring the
current window for redraw purposes (since 28ffb334).
Solution: Don't call autocmd_restbuf() to restore the current window,
just do so directly.