commit | 203651b9b2e2f478c9a2be25f86ce9712a21a796 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 14:11:19 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 14:11:19 2019 +0100 |
tree | 0d8d0b722f826f3c6c783a69cd59d72d95984bf0 | |
parent | cb574f415486adff645ce384979bfecf27f5be8c [diff] [blame] |
patch 8.1.0823: not sufficient testing of xxd Problem: Not sufficient testing of xxd. Solution: Add some more test coverage.
diff --git a/src/version.c b/src/version.c index 4d7730c..b952291 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 823, +/**/ 822, /**/ 821,