commit | edc10b541b468f5f5aa2e2d5ef58a3e17e043bff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 21:34:37 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 21:34:37 2021 +0100 |
tree | 70e2701fac06174ec9eb873867e713654f45ccf7 | |
parent | 3862ea3f620f02569c2d816ca9ceeeac3a0ad901 [diff] [blame] |
patch 8.2.2269: not all :hardcopy code covered by tests Problem: Not all :hardcopy code covered by tests. Solution: Test more combinations. (Dominique Pellé, closes #7595)
diff --git a/src/version.c b/src/version.c index 76a9b4e..25d464b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2269, +/**/ 2268, /**/ 2267,