Patch 8.2.3529
Problem: Xxd usage output is incomplete.
Solution: Add "bytes" to "-g" flag. (Atsushi Sugawara, closes #8944)
Files: src/xxd/xxd.c
*** ../vim-8.2.3528/src/xxd/xxd.c 2021-10-16 19:07:40.459867578 +0100
--- src/xxd/xxd.c 2021-10-17 16:06:51.959826793 +0100
***************
*** 224,230 ****
fprintf(stderr, " -c cols format <cols> octets per line. Default 16
(-i: 12, -ps: 30).\n");
fprintf(stderr, " -E show characters in EBCDIC. Default
ASCII.\n");
fprintf(stderr, " -e little-endian dump (incompatible with
-ps,-i,-r).\n");
! fprintf(stderr, " -g number of octets per group in normal
output. Default 2 (-e: 4).\n");
fprintf(stderr, " -h print this summary.\n");
fprintf(stderr, " -i output in C include file style.\n");
fprintf(stderr, " -l len stop after <len> octets.\n");
--- 224,230 ----
fprintf(stderr, " -c cols format <cols> octets per line. Default 16
(-i: 12, -ps: 30).\n");
fprintf(stderr, " -E show characters in EBCDIC. Default
ASCII.\n");
fprintf(stderr, " -e little-endian dump (incompatible with
-ps,-i,-r).\n");
! fprintf(stderr, " -g bytes number of octets per group in normal
output. Default 2 (-e: 4).\n");
fprintf(stderr, " -h print this summary.\n");
fprintf(stderr, " -i output in C include file style.\n");
fprintf(stderr, " -l len stop after <len> octets.\n");
*** ../vim-8.2.3528/src/version.c 2021-10-17 14:13:04.836665895 +0100
--- src/version.c 2021-10-17 16:08:44.546296027 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3529,
/**/
--
hundred-and-one symptoms of being an internet addict:
176. You lie, even to user-friends, about how long you were online yesterday.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211017151118.E2BCEC80053%40moolenaar.net.