commit | b9fc192f928b484c8809fb985ef334d7a2bb5a09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 21:19:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 21:19:36 2020 +0200 |
tree | 2b66f8802b3c1686a8190e5628de069de0784881 | |
parent | c8ec5fe56fc30201c889ca577bf1e69823fadb2a [diff] [blame] |
patch 8.2.1523: still not enough test coverage for the spell file handling Problem: Still not enough test coverage for the spell file handling. Solution: Add spell file tests. (Yegappan Lakshmanan, closes #6790)
diff --git a/src/version.c b/src/version.c index 10f577b..f977e28 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1523, +/**/ 1522, /**/ 1521,