]> granicus.if.org Git - vim/commit
patch 9.0.0550: crash when closing a tabpage and buffer is NULL v9.0.0550
authorzeertzjq <zeertzjq@outlook.com>
Thu, 22 Sep 2022 17:08:37 +0000 (18:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Sep 2022 17:08:37 +0000 (18:08 +0100)
commit62de54b48d6354d4622ec0b21ffa4cf3cf312505
tree1aa6e8b6c74a1fa1514279b4389681c93fa8b413
parent5800c798385b4a7eded9ea63cfd4f57d1499a673
patch 9.0.0550: crash when closing a tabpage and buffer is NULL

Problem:    Crash when closing a tabpage and buffer is NULL.
Solution:   Adjust how autocommands are triggered when closing a window.
            (closes #11198, closes #11197)
src/ex_docmd.c
src/testdir/test_autocmd.vim
src/version.c
src/window.c