0
0
mirror of https://github.com/vim/vim.git synced 2025-10-14 07:04:10 -04:00

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.
This commit is contained in:
Bram Moolenaar
2016-09-02 21:48:32 +02:00
parent 44f660c421
commit 11fbc2866c
3 changed files with 35 additions and 7 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2309,
/**/
2308,
/**/