commit | 970f5d39f27717b1a529b7b250a8ed7c3f791949 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 21:52:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 21:52:17 2019 +0100 |
tree | eeffdb5265801c039fb9597b5545d17adcff7aba | |
parent | e295609be20c1b065d6b489214d70e171ae49234 [diff] [blame] |
patch 8.1.0821: xxd "usage" output and other arguments not tested Problem: Xxd "usage" output and other arguments not tested. Solution: Add a test to trigger the usage output in various ways. Fix uncovered problem.
diff --git a/src/version.c b/src/version.c index e999fd1..ad2f5e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 821, +/**/ 820, /**/ 819,