commit | fc2a47ffc425777704b329c9edbe21163bedf63c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 15:41:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 15:41:55 2020 +0200 |
tree | aeab296701c390a40662c1d17b5975735d943d4a | |
parent | 20b23c6358131baefb57b9083387fb4524d3ff24 [diff] [blame] |
patch 8.2.1493: 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 #6728)
diff --git a/src/version.c b/src/version.c index 62faf4b..71fd2a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1493, +/**/ 1492, /**/ 1491,