diff src/version.c @ 4490:dff1542e64f9 v7.3.993

updated for version 7.3.993 Problem: Python: Later patch does things slightly differently. Solution: Adjusted argument type changes. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 18:47:21 +0200
parents 89ea7593fc0c
children f74611bfb1b7
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 */
 /**/
+    993,
+/**/
     992,
 /**/
     991,