mirror of
https://github.com/neovim/neovim.git
synced 2025-12-18 12:25:34 +00:00
Problem: when failing to wipeout a quickfix dummy buffer, it will
remain as a dummy buffer, despite being kept.
Solution: clear its dummy BF_DUMMY flag in this case (Sean Dewar).
closes: vim/vim#17283
270124f46a
Co-authored-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>