commit | a853089479b60b829bab1c4a0a737a073415f8a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 08 21:53:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 08 21:53:09 2021 +0100 |
tree | c05ab6242a7301a31adbb0e2021aa09fc775ad8b | |
parent | 4549dad874244fe933b969e4ac0b41923ee70dc3 [diff] [blame] |
patch 8.2.2488: json_encode() gives generic argument error Problem: json_encode() gives generic argument error. Solution: Mention the type that can't be encoded. (issue #7802)
diff --git a/src/version.c b/src/version.c index d07c0e3..8b5de13 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2488, +/**/ 2487, /**/ 2486,