commit | 34a364877f0c726cdc0779e6999fded9ba959ebe | [log] [tgz] |
---|---|---|
author | Atsushi SUGAWARA <peanutsjamjam@gmail.com> | Sun Oct 17 16:09:08 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 16:09:08 2021 +0100 |
tree | 7a74e7f3f9a5675f2ca0c632cf4e18fe00b921ea | |
parent | f4d8b76d304dabc39c06d2344cd4c7b28484811b [diff] [blame] |
patch 8.2.3529: xxd usage output is incomplete Problem: Xxd usage output is incomplete. Solution: Add "bytes" to "-g" flag. (Atsushi Sugawara, closes #8944)
diff --git a/src/version.c b/src/version.c index b1fc4dc..77eb6e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3529, +/**/ 3528, /**/ 3527,