mirror of
https://github.com/vim/vim.git
synced 2025-10-30 09:47:20 -04:00
runtime(doc): update xxd manpage and mention $NO_COLOR env
also regenerate the xxd.man document page. fixes: #13257 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -136,10 +136,15 @@ particular column layout. Additional whitespace and line breaks are allowed
|
|||||||
anywhere.
|
anywhere.
|
||||||
.TP
|
.TP
|
||||||
.IR \-R " " when
|
.IR \-R " " when
|
||||||
In output the hex-value and the value are both colored with the same color depending on the hex-value. Mostly helping to differentiate printable and non-printable characters.
|
In output the hex-value and the value are both colored with the same color
|
||||||
|
depending on the hex-value. Mostly helping to differentiate printable and
|
||||||
|
non-printable characters.
|
||||||
.I \fIwhen\fP
|
.I \fIwhen\fP
|
||||||
is
|
is
|
||||||
.BR never ", " always ", or " auto .
|
.BR never ", " always ", or " auto .
|
||||||
|
When the
|
||||||
|
.BR $NO_COLOR
|
||||||
|
environment variable is set, colorization will be disabled.
|
||||||
.TP
|
.TP
|
||||||
.I \-seek offset
|
.I \-seek offset
|
||||||
When used after
|
When used after
|
||||||
|
|||||||
@@ -103,7 +103,8 @@ OPTIONS
|
|||||||
In output the hex-value and the value are both colored with the
|
In output the hex-value and the value are both colored with the
|
||||||
same color depending on the hex-value. Mostly helping to differ‐
|
same color depending on the hex-value. Mostly helping to differ‐
|
||||||
entiate printable and non-printable characters. when is never,
|
entiate printable and non-printable characters. when is never,
|
||||||
always, or auto.
|
always, or auto. When the $NO_COLOR environment variable is
|
||||||
|
set, colorization will be disabled.
|
||||||
|
|
||||||
-seek offset
|
-seek offset
|
||||||
When used after -r: revert with <offset> added to file positions
|
When used after -r: revert with <offset> added to file positions
|
||||||
|
|||||||
Reference in New Issue
Block a user