]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1934: :bwipe fails after switching window from aucmd_win. v9.0.1934
authorzeertzjq <zeertzjq@outlook.com>
Sun, 24 Sep 2023 21:16:08 +0000 (23:16 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 Sep 2023 21:17:14 +0000 (23:17 +0200)
commit46bdae036ac4121e305fc3ed4ef3f9fc928dcb25
treecf31879bd537495b93bd828efdab58940e5426dc
parentedcba96c0088210927558b0e2583f3b689f457c4
patch 9.0.1934: :bwipe fails after switching window from aucmd_win.

Problem:  :bwipe fails after switching window from aucmd_win.
Solution: Decrement b_nwindows after switching back to aucmd_win.

closes: #13160

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/autocmd.c
src/testdir/test_autocmd.vim
src/version.c