diff src/version.c @ 4625:cb5c1e37ad4d v7.3.1060

updated for version 7.3.1060 Problem: Python: can't repr() a function. Solution: Python patch 19: add FunctionRepr(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 12:43:54 +0200
parents 548b889fe3cf
children 18ba89e06fab
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1060,
+/**/
     1059,
 /**/
     1058,