diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-09 12:13:27 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-09 12:13:27 +0100 |
commit | 2e09634a7880f55a61cb6b959dd89c51972866af (patch) | |
tree | 5888645dd4f3c8496875e0af879bcfa36aa74d91 /src/version.c | |
parent | 283e5f4e69b204e0eafd408548e69b7ca9b4871b (diff) | |
download | vim-git-2e09634a7880f55a61cb6b959dd89c51972866af.tar.gz |
patch 8.2.0366: hardcopy command not tested enoughv8.2.0366
Problem: Hardcopy command not tested enough.
Solution: Add tests for printing. (Dominique Pelle, closes #5748)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8e93d5d5c..18e0c1433 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 366, +/**/ 365, /**/ 364, |