commit | d2c061d24c0534f1f1b92f3462ed6ae8fa848a9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 21:42:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 21:42:49 2017 +0200 |
tree | 31b5b62628e02de34418545d07b5ac7143a17660 | |
parent | 6a8958db259d4444da6e6956e54a6513c1af8860 [diff] [blame] |
patch 8.0.0658: spell test is old style Problem: Spell test is old style. Solution: Turn the spell test into a new style test (pschuh, closes #1778)
diff --git a/src/version.c b/src/version.c index 58ae3ae..ab0381c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 658, +/**/ 657, /**/ 656,