mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 17:42:37 +00:00
Problem: Disabling vim._extui may try to delete non-existent windows/buffers. Solution: Check that window/buffer is valid before deleting.
Problem: Disabling vim._extui may try to delete non-existent windows/buffers. Solution: Check that window/buffer is valid before deleting.