commit | 845e0ee59430eac07e74b6cb92020e420d17953d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 16:05:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 16:05:32 2020 +0200 |
tree | 26060a20d77b243156cdeda2d6ae7a735469bff3 | |
parent | a190548e9165bbae75144a3e47f01d7708b29073 [diff] [blame] |
patch 8.2.1022: various parts of code not covered by tests Problem: Various parts of code not covered by tests. Solution: Add more tests. (Yegappan Lakshmanan, closes #6300)
diff --git a/src/version.c b/src/version.c index 94027af..870205a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1022, +/**/ 1021, /**/ 1020,