mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00

Problem: When the quickfix buffer has been modified an autocommand
may invalidate the undo stack (kawarimidoll)
Solution: When clearing the quickfix buffer, also wipe the undo stack
fixes: vim/vim#13905
closes: vim/vim#13928
f0d3d4a426
Co-authored-by: Christian Brabandt <cb@256bit.org>