vim-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.

11fbc2866c
This commit is contained in:
Grzegorz Milka
2016-10-23 00:25:16 +02:00
parent d7b942b54e
commit c5c8a82134
3 changed files with 37 additions and 11 deletions

View File

@@ -132,7 +132,7 @@ static int included_patches[] = {
// 2312,
// 2311,
// 2310 NA
// 2309,
2309,
// 2308 NA
// 2307,
// 2306,