comparison src/version.c @ 2634:fcb916bed51a v7.3.055

updated for version 7.3.055 Problem: Recursively nested lists and dictionaries cause a near-endless loop when comparing them with a copy. (ZyX) Solution: Limit recursiveness in a way that non-recursive structures can still be nested very deep. Files: src/eval.c, src/testdir/test55.in, src/testdir/test55.ok
author Bram Moolenaar <bram@vim.org>
date Wed, 10 Nov 2010 20:41:57 +0100
parents 7002404b17b1
children 1c4ec9ed71ca
comparison
equal deleted inserted replaced
2633:7002404b17b1 2634:fcb916bed51a
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 55,
717 /**/ 719 /**/
718 54, 720 54,
719 /**/ 721 /**/
720 53, 722 53,
721 /**/ 723 /**/