comparison src/version.c @ 8550:56d0eb96c25a v7.4.1565

commit https://github.com/vim/vim/commit/f1551964448607f8222de2d8f0992ea43eb2fe67 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 12:55:58 2016 +0100 patch 7.4.1565 Problem: Crash when assert_equal() runs into a NULL string. Solution: Check for NULL. (Dominique) Add a test.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 13:00:11 +0100
parents 24db3583c496
children 96968d6bba3e
comparison
equal deleted inserted replaced
8549:1b47edf4545a 8550:56d0eb96c25a
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1565,
746 /**/ 748 /**/
747 1564, 749 1564,
748 /**/ 750 /**/
749 1563, 751 1563,
750 /**/ 752 /**/