diff src/version.c @ 3910:2a7b2943be22 v7.3.711

updated for version 7.3.711 Problem: vim.current.buffer is not available. (lilydjwg) Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Oct 2012 05:17:37 +0200
parents 906eb5c0ef12
children 557ef119999e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    711,
+/**/
     710,
 /**/
     709,