comparison 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
comparison
equal deleted inserted replaced
3424:588ffe93044b 3425:754db4059212
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 478,
717 /**/ 719 /**/
718 477, 720 477,
719 /**/ 721 /**/
720 476, 722 476,
721 /**/ 723 /**/