diff src/version.c @ 3361:6a03b0ea2e12 v7.3.447

updated for version 7.3.447 Problem: Win32: External commands with "start" do not work. Solution: Unescape part of the command. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Feb 2012 21:22:44 +0100
parents 20ca2e05ae20
children 756d712b3118
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    447,
+/**/
     446,
 /**/
     445,