mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 14:58:32 +00:00
Problem: unlike win_close, win_close_othertab could be used to close the autocommand window from a different tabpage. This causes aucmd_restbuf to close the wrong window, potentially causing a crash. Solution: disallow closing it. Also replace a deprecated use of exc_exec in the test file. Fixes #21409.