diff src/version.c @ 4595:29b2be2bba0d v7.3.1045

updated for version 7.3.1045 Problem: Python: No error handling for VimToPython function. Solution: Python patch 6. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:20:01 +0200
parents 0cf552b325b5
children 00eecb2f8e3e
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 */
 /**/
+    1045,
+/**/
     1044,
 /**/
     1043,