commit | a190548e9165bbae75144a3e47f01d7708b29073 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 16:00:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 16:00:25 2020 +0200 |
tree | 389ae48a682e1d928b244793def5829f9a0ef11e | |
parent | b326edf5b30813b2ccdee3ac07ee6495ca5187ff [diff] [blame] |
patch 8.2.1021: Ruby interface not tested enough Problem: Ruby interface not tested enough. Solution: Add a couple more tests. (Dominique Pellé, closes #6301)
diff --git a/src/version.c b/src/version.c index b9e6d5b..94027af 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1021, +/**/ 1020, /**/ 1019,