diff src/version.c @ 3359:20ca2e05ae20 v7.3.446

updated for version 7.3.446 Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
author Bram Moolenaar <bram@vim.org>
date Mon, 20 Feb 2012 22:18:30 +0100
parents 397e7e49bb0b
children 6a03b0ea2e12
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 */
 /**/
+    446,
+/**/
     445,
 /**/
     444,