diff src/version.c @ 4417:c16602758d84 v7.3.957

updated for version 7.3.957 Problem: Python does not have a "do" command like Perl or Lua. Solution: Add the ":py3do" command. (Lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 May 2013 18:28:13 +0200
parents 0bbacb6a83bd
children 58b74ab7f29d
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 */
 /**/
+    957,
+/**/
     956,
 /**/
     955,