diff src/version.c @ 2915:70c8f54e7efb v7.3.230

updated for version 7.3.230 Problem: ":wundo" and ":rundo" don't unescape their argument. (Aaron Thoma) Solution: Use FILE1 instead of XFILE.
author Bram Moolenaar <bram@vim.org>
date Mon, 20 Jun 2011 05:02:58 +0200
parents 07647a0545c9
children 455a4c85d04d
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 */
 /**/
+    230,
+/**/
     229,
 /**/
     228,