commit | 2e09634a7880f55a61cb6b959dd89c51972866af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 09 12:13:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 09 12:13:27 2020 +0100 |
tree | 5888645dd4f3c8496875e0af879bcfa36aa74d91 | |
parent | 283e5f4e69b204e0eafd408548e69b7ca9b4871b [diff] [blame] |
patch 8.2.0366: hardcopy command not tested enough Problem: Hardcopy command not tested enough. Solution: Add tests for printing. (Dominique Pelle, closes #5748)
diff --git a/src/version.c b/src/version.c index 8e93d5d..18e0c14 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 366, +/**/ 365, /**/ 364,