comparison src/version.c @ 5426:9cedb4dfd4c8 v7.4.063

updated for version 7.4.063 Problem: Crash when using invalid key in Python dictionary. Solution: Check for object to be NULL. Add tests. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 Nov 2013 00:34:53 +0100
parents d59a0b8e5584
children d06223965468
comparison
equal deleted inserted replaced
5425:9521463d4fc1 5426:9cedb4dfd4c8
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 63,
741 /**/ 743 /**/
742 62, 744 62,
743 /**/ 745 /**/
744 61, 746 61,
745 /**/ 747 /**/