comparison src/version.c @ 10076:bc30991c3e98 v7.4.2309

commit https://github.com/vim/vim/commit/11fbc2866ccc11b4dd1726abdaf582a78ef3f743 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 2 21:48:32 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 22:00:07 +0200
parents b249712263b8
children 32bd4001e398
comparison
equal deleted inserted replaced
10075:ee84eb3ac2cc 10076:bc30991c3e98
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2309,
766 /**/ 768 /**/
767 2308, 769 2308,
768 /**/ 770 /**/
769 2307, 771 2307,
770 /**/ 772 /**/