commit | 6a06940f8ae7283999c83ccdf268540220573105 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 07 14:08:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 14:08:29 2022 +0100 |
tree | b40ba623a002b25c738cb9f513cc50cbc0fbc45e | |
parent | 6d4e725a3447af6f69305fdc9f1e1ff8d82e3863 [diff] [blame] |
patch 8.2.4706: buffer remains active with WinClosed and tabpages Problem: Buffer remains active if a WinClosed event throws an exception when there are multiple tabpages. Solution: Ignore aborting() when closing the buffer. (closes #10101)
diff --git a/src/version.c b/src/version.c index 6262361..d0205d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4706, +/**/ 4705, /**/ 4704,