mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 01:52:55 +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.