diff src/version.c @ 4605:38276cfe40b2 v7.3.1050

updated for version 7.3.1050 Problem: Python: Typo in pyiter_to_tv. Solution: Python patch 11. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:46:26 +0200
parents 074491a83571
children 70600448f9e7
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 */
 /**/
+    1050,
+/**/
     1049,
 /**/
     1048,