commit | 5b157fe2edfdce5f77080aeac2b4a03f39eb1c1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 16:08:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 16:08:08 2020 +0200 |
tree | e2757dfeb60d92934e3cd0900d9eb43769389f56 | |
parent | 673fc3e23f09095d17f0095c4323958041b2d0d2 [diff] [blame] |
patch 8.2.0920: writing viminfo fails with a circular reference Problem: Writing viminfo fails with a circular reference. Solution: Use copyID to detect the cycle. (closes #6217)
diff --git a/src/version.c b/src/version.c index 3620745..c400df4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 920, +/**/ 919, /**/ 918,