aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2015-09-04 13:30:02 +0200
committeroni-link <knil.ino@gmail.com>2015-09-07 13:03:15 +0200
commit6ea21f5668e844457c70d2a33326f3a849f1f517 (patch)
treef383469eed629e190513d7408436718ad95e2437 /src/nvim/version.c
parentbb46cc2c9ce9a36f19df5c29a403c1feb4dbdf88 (diff)
downloadrneovim-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.c2
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,