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/version.c b/src/version.c index 5eb4eea..9d78a0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4631, +/**/ 4630, /**/ 4629,