diff src/version.c @ 4621:66e615ce7f61 v7.3.1058

updated for version 7.3.1058 Problem: Call of funcref does not succeed in other script. Solution: Python patch 17: add get_expanded_name(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 12:35:52 +0200
parents 90beab957ba9
children 548b889fe3cf
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 */
 /**/
+    1058,
+/**/
     1057,
 /**/
     1056,