commit | 62de54b48d6354d4622ec0b21ffa4cf3cf312505 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Sep 22 18:08:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 18:08:37 2022 +0100 |
tree | 1aa6e8b6c74a1fa1514279b4389681c93fa8b413 | |
parent | 5800c798385b4a7eded9ea63cfd4f57d1499a673 [diff] [blame] |
patch 9.0.0550: crash when closing a tabpage and buffer is NULL Problem: Crash when closing a tabpage and buffer is NULL. Solution: Adjust how autocommands are triggered when closing a window. (closes #11198, closes #11197)
diff --git a/src/version.c b/src/version.c index e3a3a0e..5d6951c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 550, +/**/ 549, /**/ 548,