]> granicus.if.org Git - vim/commit
patch 8.2.4700: buffer remains active if WinClosed event throws an exception v8.2.4700
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Apr 2022 16:59:21 +0000 (17:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Apr 2022 16:59:21 +0000 (17:59 +0100)
commitc947b9ae419114ebfef9725814ea41a466fcf879
tree3f7f6e0e928cfa8bb7c11279aa1ffce6ff8048b9
parent75a0f3c011dfbafd2d60e87d4b2b07572df3e3ec
patch 8.2.4700: buffer remains active if WinClosed event throws an exception

Problem:    Buffer remains active if a WinClosed event throws an exception.
Solution:   Ignore aborting() when closing the buffer. (closes #10097)
src/testdir/test_autocmd.vim
src/version.c
src/window.c