patch 9.0.0008: cannot specify the variable name for "xxd -i"

Problem:    Cannot specify the variable name for "xxd -i".
Solution:   Add the "-name" argument. (David Gow, closes #10599)
This commit is contained in:
David Gow
2022-06-29 20:24:49 +01:00
committed by Bram Moolenaar
parent 84f5463630
commit 83e11800cc
4 changed files with 79 additions and 6 deletions

View File

@ -113,6 +113,10 @@ Stop after writing
.RI < len >
octets.
.TP
.I "\-n name " | " \-name name"
Override the variable name output when \-i is used. The array is named
\fIname\fP and the length is named \fIname\fP_len.
.TP
.I \-o offset
Add
.RI < offset >