]> granicus.if.org Git - vim/commit
patch 8.1.0060: crash when autocommands delete the current buffer v8.1.0060
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jun 2018 20:16:47 +0000 (22:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jun 2018 20:16:47 +0000 (22:16 +0200)
commit600323b4ef51a58a8e800d8ca469383a3c911db7
tree46fb6deba8ab76a4a4b0bd50e814cec08ac05cf7
parentbc5020aa4d7ef4aea88395eff858f74fc881eab9
patch 8.1.0060: crash when autocommands delete the current buffer

Problem:    Crash when autocommands delete the current buffer. (Dominique
            Pelle)
Solution:   Check that autocommands don't change the buffer.
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c