1
0
forked from aniani/vim

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
This commit is contained in:
Bram Moolenaar
2010-11-10 20:41:57 +01:00
parent a3e7b1f42b
commit 67b3f99eb0
4 changed files with 55 additions and 23 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
55,
/**/
54,
/**/