commit | 11fbc2866ccc11b4dd1726abdaf582a78ef3f743 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 21:48:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 21:48:32 2016 +0200 |
tree | 1cb5a456cb814c1e9f37c972d2fd7d80e77c2c6c | |
parent | 44f660c42191062214552f2bdb2e9bcc4e23e6fc [diff] [blame] |
patch 7.4.2309 Problem: Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle) Solution: When detecting that the tab page changed, don't just abort but delete the window where w_buffer is NULL.
diff --git a/src/version.c b/src/version.c index f5af115..5fd33ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2309, +/**/ 2308, /**/ 2307,