diff src/version.c @ 3056:2665b456ee59 v7.3.300

updated for version 7.3.300 Problem: Python doesn't parse multi-byte argument correctly. Solution: Use "t" instead of "s". (lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Sep 2011 19:30:21 +0200
parents eb4972982bfe
children 4a7097153089
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    300,
+/**/
     299,
 /**/
     298,