comparison src/version.c @ 10538:c7f671dfd735 v8.0.0159

patch 8.0.0159: crash on startup when updating tabline commit https://github.com/vim/vim/commit/c695cec4698b41d7b9555efdd47dda9b1945d3ae Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 8 20:00:04 2017 +0100 patch 8.0.0159: crash on startup when updating tabline Problem: Using a NULL pointer when using feedkeys() to trigger drawing a tabline. Solution: Skip drawing a tabline if TabPageIdxs is NULL. (Dominique Pelle) Also fix recursing into getcmdline() from the cmd window.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 20:15:03 +0100
parents 6ddf322ff7cf
children ea7fbae33285
comparison
equal deleted inserted replaced
10537:53a18ae38edf 10538:c7f671dfd735
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 159,
767 /**/ 769 /**/
768 158, 770 158,
769 /**/ 771 /**/
770 157, 772 157,
771 /**/ 773 /**/