mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 00:54:49 +00:00
Problem: :unhide does not check for failing to close a window.
Solution: When closing a window fails continue with the next one. Do not
try closing the autocmd window. (closes vim/vim#9984)
6f2465d336
Co-authored-by: Bram Moolenaar <Bram@vim.org>