mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 05:47:24 +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>