commit | c8ec5fe56fc30201c889ca577bf1e69823fadb2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 24 20:28:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 24 20:28:56 2020 +0200 |
tree | 754a7b2863e12fd58c87a68b565f0485df6a10ae | |
parent | 07399e7f078729b03451ba2b342d0cb434ab75cf [diff] [blame] |
patch 8.2.1522: not enough test coverage for the spell file handling Problem: Not enough test coverage for the spell file handling. Solution: Add spell file tests. (Yegappan Lakshmanan, closes #6763)
diff --git a/src/version.c b/src/version.c index 4560103..10f577b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1522, +/**/ 1521, /**/ 1520,