]> granicus.if.org Git - vim/commit
patch 8.2.3591: no event is triggered when closing a window v8.2.3591
authornaohiro ono <obcat@icloud.com>
Sat, 13 Nov 2021 12:38:49 +0000 (12:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Nov 2021 12:38:49 +0000 (12:38 +0000)
commit23beefed73aadb243fb67cf944e3d60fe8c038bb
tree8d03d8a6bc3126588a637252bd1a23e53baeaabf
parenta0fca17251bf491db7b8d302ce22dee844597e82
patch 8.2.3591: no event is triggered when closing a window

Problem:    No event is triggered when closing a window.
Solution:   Add the WinClosed event. (Naohiro Ono, closes #9110)
runtime/doc/autocmd.txt
src/autocmd.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h
src/window.c