diff src/version.c @ 2062:dae4cd29a0b7 v7.2.347

updated for version 7.2.347 Problem: Crash when executing <expr> mapping redefines that same mapping. Solution: Save the values used before evaluating the expression.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 27 Jan 2010 17:31:43 +0100
parents 2f6e519726f1
children 1378bc45ebe5
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 */
 /**/
+    347,
+/**/
     346,
 /**/
     345,