diff src/version.c @ 3425:754db4059212 v7.3.478

updated for version 7.3.478 Problem: Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo' containing !. Solution: Free the typeval. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Mar 2012 15:37:02 +0100
parents 62dc0d69ab11
children 3db4282d5e6b
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 */
 /**/
+    478,
+/**/
     477,
 /**/
     476,