diff src/version.c @ 2125:b8744d1982d1 v7.2.407

updated for version 7.2.407 Problem: When using an expression in ":s" backslashes in the result are dropped. (Sergey Goldgaber, Christian Brabandt) Solution: Double backslashes.
author Bram Moolenaar <bram@zimbu.org>
date Tue, 23 Mar 2010 16:27:22 +0100
parents dc8a5699253b
children e038754d419a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    407,
+/**/
     406,
 /**/
     405,