commit | f12f0022e6698831681f0931a4e7e5298f6ef0d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 12:58:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 12:58:44 2020 +0200 |
tree | 5868bf0492eb5b2c375f7bd0608d764c677bea9d | |
parent | 349f609f8990a3aca9a4b8faa0585d75e03116db [diff] [blame] |
patch 8.2.1808: no test coverage for ":spelldump!" Problem: No test coverage for ":spelldump!". Solution: Add a test. (Dominique Pellé, closes #7089)
diff --git a/src/version.c b/src/version.c index daac372..6786727 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1808, +/**/ 1807, /**/ 1806,