diff src/version.c @ 2859:ce1dce2af2a3 v7.3.203

updated for version 7.3.203 Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 May 2011 17:06:22 +0200
parents f80e67bd6271
children e6ce47f06836
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 */
 /**/
+    203,
+/**/
     202,
 /**/
     201,