commit | 96fdf4348a50cdbe6b8f18ccb4806ba5b190989e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 18:11:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 18:11:50 2020 +0200 |
tree | 0985db948b8ca982af994f0eb6af45904306adea | |
parent | a810db3f17d477e057059c72062c08fd97bcea43 [diff] [blame] |
patch 8.2.1659: spellfile code not completely tested Problem: Spellfile code not completely tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #6929)
diff --git a/src/version.c b/src/version.c index 81c51e1..e815f66 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1659, +/**/ 1658, /**/ 1657,