commit | 21e5bdd271fa4d0ff4511cf74b160315e1d17cff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 14:26:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 14:26:08 2020 +0200 |
tree | 150a740c474e63e7d4acd14972c69eec60cef83d | |
parent | 1e624c912dff19e889c9398b56fe537952c02fef [diff] [blame] |
patch 8.2.1181: json code not fully tested Problem: Json code not fully tested. Solution: Add more test coverage. (Dominique Pellé, closes #6433)
diff --git a/src/version.c b/src/version.c index 23ea21e..bbb2c28 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1181, +/**/ 1180, /**/ 1179,