comparison src/version.c @ 4317:4281875776fb v7.3.908

updated for version 7.3.908 Problem: Possible crash when using a list in Python. Solution: Return early if the list is NULL. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 13:10:41 +0200
parents 9f3da1dea7c0
children b79f3c3a584c
comparison
equal deleted inserted replaced
4316:8eee7f05d0c3 4317:4281875776fb
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 908,
731 /**/ 733 /**/
732 907, 734 907,
733 /**/ 735 /**/
734 906, 736 906,
735 /**/ 737 /**/