commit | e3c65ce4e59143736bb2e0fba93c21283aa92a35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 13:12:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 13:12:33 2020 +0200 |
tree | 796ce058fc0318a7a3f29b8b80d51c883de716b7 | |
parent | 2ea79ad83584f5d668adfb935be67ee0e0e9995b [diff] [blame] |
patch 8.2.1863: json code not sufficiently tested Problem: Json code not sufficiently tested. Solution: Add more test cases. (Dominique Pellé, closes #7166)
diff --git a/src/version.c b/src/version.c index 2e6bb98..3b19fd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1863, +/**/ 1862, /**/ 1861,