diff src/version.c @ 3703:e13f2f3568e1 v7.3.611

updated for version 7.3.611 Problem: Can't use Vim dictionary as self argument in Python. Solution: Fix the check for the "self" argument. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jul 2012 15:36:04 +0200
parents 9f48a5432997
children 2b4b6185054f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    611,
+/**/
     610,
 /**/
     609,