diff options
author | oni-link <knil.ino@gmail.com> | 2015-09-04 13:30:02 +0200 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2015-09-07 13:03:15 +0200 |
commit | 6ea21f5668e844457c70d2a33326f3a849f1f517 (patch) | |
tree | f383469eed629e190513d7408436718ad95e2437 /src/nvim/version.c | |
parent | bb46cc2c9ce9a36f19df5c29a403c1feb4dbdf88 (diff) | |
download | rneovim-6ea21f5668e844457c70d2a33326f3a849f1f517.tar.gz rneovim-6ea21f5668e844457c70d2a33326f3a849f1f517.tar.bz2 rneovim-6ea21f5668e844457c70d2a33326f3a849f1f517.zip |
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)
https://github.com/vim/vim/commit/2459a5ecaa43c8549ea53e9364253ff891676da5
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 8f0e6ccfff..072084de40 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -312,7 +312,7 @@ static int included_patches[] = { // 612, // 611 NA // 610 NA - // 609, + 609, // 608, // 607, 606, |