]> granicus.if.org Git - vim/commit
patch 8.2.3097: crash when using "quit" at recovery prompt v8.2.3097
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 11:27:11 +0000 (13:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 11:27:11 +0000 (13:27 +0200)
commit1d97efce0ce31ddf0dd4c1ae2228ef4caee6880c
tree84282e48cccf1b5ff809d044f8a39e41adbd1fd9
parent6c72fd51a899e6f0c272b08b9784d3c7a3cede20
patch 8.2.3097: crash when using "quit" at recovery prompt

Problem:    Crash when using "quit" at recovery prompt and autocommands are
            triggered.
Solution:   Block autocommands when creating an empty buffer to use as the
            current buffer. (closes #8506)
src/buffer.c
src/testdir/test_swap.vim
src/version.c