commit | 476a613135bdc94e61c1dce8a9cbb4ab0b6dc2d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 08 19:48:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 08 19:48:56 2020 +0200 |
tree | 1868c55bbb5286c8d90a1ffbcbb136cd57d5e641 | |
parent | a65c28813425dc1c04424ee18980d1733e982604 [diff] [blame] |
patch 8.2.0531: various errors not tested Problem: Various errors not tested. Solution: Add tests. (Yegappan Lakshmanan, closes #5895)
diff --git a/src/version.c b/src/version.c index 2caae75..63f811c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 531, +/**/ 530, /**/ 529,