commit | 872e451e8c326d5dd3062ef621fcbf0a4c5bef78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 20 23:36:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 20 23:36:26 2018 +0200 |
tree | a182c13d324fd14854955842f021bb2a0fb8c4da | |
parent | 66ab916935585391b2efaa8e39075e1ef94717b1 [diff] [blame] |
patch 8.1.0200: spellbadword() not tested Problem: spellbadword() not tested. Solution: Add a test. (Dominique Pelle, closes #3235)
diff --git a/src/version.c b/src/version.c index f5996d8..2d5a131 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 200, +/**/ 199, /**/ 198,