commit | 545cb79da586be3333a0a55616046f94b01f6b1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 23 11:31:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 23 11:31:22 2017 +0200 |
tree | 79ec0f6aff58e1c206620531683a9e1ac4c89cfc | |
parent | 2a0b06def49198aef45ef173f524a638a700f9c9 [diff] [blame] |
patch 8.0.0601: no test coverage for :spellrepall Problem: No test coverage for :spellrepall. Solution: Add a test. (Dominique Pelle, closes #1717)
diff --git a/src/version.c b/src/version.c index 7262a3d..202ce95 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 601, +/**/ 600, /**/ 599,