]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0112: Remove undo information, when cleaning quickfix buffer v9.1.0112
authorChristian Brabandt <cb@256bit.org>
Thu, 15 Feb 2024 19:15:04 +0000 (20:15 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 Feb 2024 19:15:04 +0000 (20:15 +0100)
commitf0d3d4a42657dca996e790aa829de3c6be7fdb63
tree1e380271778190d857c437bd89123ad8d82562cf
parentd00fb4b3a237b375de5a1f453c8453b8b3797d51
patch 9.1.0112: Remove undo information, when cleaning quickfix buffer

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: #13905
closes: #13928

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/quickfix.c
src/testdir/test_autocmd.vim
src/version.c