diff src/version.c @ 4435:9b800f0a757f v7.3.966

updated for version 7.3.966 Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 May 2013 16:40:06 +0200
parents 8a3ca4adb5d8
children 20e30e31bd86
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 */
 /**/
+    966,
+/**/
     965,
 /**/
     964,