vim-patch:7.4.609

Problem:    For complicated list and dict use the garbage collector can run
            out of stack space.
Solution:   Use a stack of dicts and lists to be marked, thus making it
            iterative instead of recursive. (Ben Fritz)

2459a5ecaa
This commit is contained in:
oni-link
2015-09-04 13:30:02 +02:00
parent bb46cc2c9c
commit 6ea21f5668
3 changed files with 202 additions and 107 deletions

View File

@@ -312,7 +312,7 @@ static int included_patches[] = {
// 612,
// 611 NA
// 610 NA
// 609,
609,
// 608,
// 607,
606,