commit | 108cf0153c5770e343aec9e2390acdaa4a0b149a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 18 22:15:04 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 18 22:15:04 2021 +0100 |
tree | def8f451bc49e4e5d7b98e5cc7e33dd52aaffb29 | |
parent | 4b3e1964d85a25ac7b2202094d1abf27ab93cc23 [diff] [blame] |
patch 8.2.2621: typval2type() cannot handle recursive structures Problem: typval2type() cannot handle recursive structures. Solution: Use copyID. (closes #7979)
diff --git a/src/version.c b/src/version.c index dfc0f03..842d138 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2621, +/**/ 2620, /**/ 2619,