comparison src/version.c @ 4627:18ba89e06fab v7.3.1061

updated for version 7.3.1061 Problem: Python: Dictionary is not standard. Solution: Python patch 20: Add standard methods and fields. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 13:01:18 +0200
parents cb5c1e37ad4d
children e4e48d4ee040
comparison
equal deleted inserted replaced
4626:329c896801ce 4627:18ba89e06fab
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 1061,
731 /**/ 733 /**/
732 1060, 734 1060,
733 /**/ 735 /**/
734 1059, 736 1059,
735 /**/ 737 /**/