commit | 347538fad0c503249ebdedd5884c2081257c9f61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 16:28:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 16:28:06 2022 +0000 |
tree | 33916eb0edab0b25845d8ad59a3cd551c62deccd | |
parent | bf269ed0b0bd8414eea7bea17465b2738a9a2b55 [diff] [blame] |
patch 8.2.4631: crash when switching window in BufWipeout autocommand Problem: Crash when switching window in BufWipeout autocommand. Solution: Put any buffer in the window to avoid it being NULL. (closes #10024)
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index 688508a..39ba9af 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim Binary files differ