docs: stop mentioning that --wordchars overrides --wordbounds
Since the previous commit, it no longer does. Instead, the two interfere, and the user probably wants to use just one of them.master
parent
547de4a7bb
commit
2d4bacf61d
|
@ -199,8 +199,8 @@ characters as part of a word.
|
||||||
.TP
|
.TP
|
||||||
.BR "\-X ""\fIcharacters\fB""" ", " "\-\-wordchars=""" \fIcharacters """
|
.BR "\-X ""\fIcharacters\fB""" ", " "\-\-wordchars=""" \fIcharacters """
|
||||||
Specify which other characters (besides the normal alphanumeric ones)
|
Specify which other characters (besides the normal alphanumeric ones)
|
||||||
should be considered as part of a word. This overrides option
|
should be considered as part of a word. When using this option, you
|
||||||
\fB\-W\fR (\fB\-\-wordbounds\fR).
|
probably want to omit \fB\-W\fR (\fB\-\-wordbounds\fR).
|
||||||
.TP
|
.TP
|
||||||
.BR \-Y\ \fIname ", " \-\-syntax= \fIname
|
.BR \-Y\ \fIname ", " \-\-syntax= \fIname
|
||||||
Specify the name of the syntax highlighting to use from among the ones
|
Specify the name of the syntax highlighting to use from among the ones
|
||||||
|
|
|
@ -292,8 +292,8 @@ characters as parts of words.
|
||||||
@item -X "@var{characters}"
|
@item -X "@var{characters}"
|
||||||
@itemx --wordchars="@var{characters}"
|
@itemx --wordchars="@var{characters}"
|
||||||
Specify which other characters (besides the normal alphanumeric ones)
|
Specify which other characters (besides the normal alphanumeric ones)
|
||||||
should be considered as parts of words. This overrides option
|
should be considered as parts of words. When using this option, you
|
||||||
@option{-W} (@option{--wordbounds}).
|
probably want to omit @option{-W} (@option{--wordbounds}).
|
||||||
|
|
||||||
@item -Y @var{name}
|
@item -Y @var{name}
|
||||||
@itemx --syntax=@var{name}
|
@itemx --syntax=@var{name}
|
||||||
|
@ -979,8 +979,8 @@ characters as part of a word.
|
||||||
|
|
||||||
@item set wordchars "@var{characters}"
|
@item set wordchars "@var{characters}"
|
||||||
Specify which other characters (besides the normal alphanumeric ones)
|
Specify which other characters (besides the normal alphanumeric ones)
|
||||||
should be considered as parts of words. This overrides the option
|
should be considered as parts of words. When using this option, you
|
||||||
@code{wordbounds}.
|
probably want to unset @code{wordbounds}.
|
||||||
|
|
||||||
@item set zap
|
@item set zap
|
||||||
Let an unmodified @key{Backspace} or @key{Delete} erase the marked region
|
Let an unmodified @key{Backspace} or @key{Delete} erase the marked region
|
||||||
|
|
|
@ -330,8 +330,8 @@ characters as parts of words.
|
||||||
.TP
|
.TP
|
||||||
.BI "set wordchars """ characters """
|
.BI "set wordchars """ characters """
|
||||||
Specify which other characters (besides the normal alphanumeric ones)
|
Specify which other characters (besides the normal alphanumeric ones)
|
||||||
should be considered as parts of words. This overrides the option
|
should be considered as parts of words. When using this option, you
|
||||||
\fBwordbounds\fR.
|
probably want to unset \fBwordbounds\fR.
|
||||||
.TP
|
.TP
|
||||||
.B set zap
|
.B set zap
|
||||||
Let an unmodified Backspace or Delete erase the marked region
|
Let an unmodified Backspace or Delete erase the marked region
|
||||||
|
|
Loading…
Reference in New Issue