diff src/version.c @ 4847:14c2e63caec6 v7.3.1170

updated for version 7.3.1170 Problem: Patch 7.3.1058 breaks backwards compatibility, not possible to use a function reference as a string. (lilydjwg) Solution: Instead of translating the function name only translate "s:".
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 13:37:43 +0200
parents a83fb2bd8c8e
children fc7f985df537
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 */
 /**/
+    1170,
+/**/
     1169,
 /**/
     1168,