commit | a00e622a294b10671ee78216dcd21169a2b884cf | [log] [tgz] |
---|---|---|
author | Erik Auerswald <auerswal@unix-ag.uni-kl.de> | Thu Jan 13 17:42:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 17:42:28 2022 +0000 |
tree | b56327213e280fc6f7ddd4c89e9236531fe194a1 | |
parent | 33b25d1317e4c06ec6b1cafb46ea9cde475a61ae [diff] [blame] |
patch 8.2.4080: not sufficient test coverage for xxd Problem: Not sufficient test coverage for xxd. Solution: Add a few more test cases. (Erki Auerswald, closes #9515)
diff --git a/src/version.c b/src/version.c index 8396874..0089232 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4080, +/**/ 4079, /**/ 4078,