]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0389: crash when 'tagfunc' closes the window v9.0.0389
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 18:51:13 +0000 (19:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 18:51:13 +0000 (19:51 +0100)
commitccfde4d028e891a41e3548323c3d47b06fb0b83e
tree03698a6be2dbc927c232a4db9e18e68d0b558407
parent8894761daf68220504932c8b3e75f59138cdb617
patch 9.0.0389: crash when 'tagfunc' closes the window

Problem:    Crash when 'tagfunc' closes the window.
Solution:   Bail out when the window was closed.
src/errors.h
src/tag.c
src/testdir/test_tagfunc.vim
src/version.c