docs: put the 'set guidestripe' option into its alphabetical position
parent
576c20c4e4
commit
8a4639cdd6
|
@ -785,6 +785,10 @@ Valid names for foreground and background color are:
|
||||||
The name of the foreground color may be prefixed with @code{bright}.
|
The name of the foreground color may be prefixed with @code{bright}.
|
||||||
And either @var{fgcolor} or ,@var{bgcolor} may be left out.
|
And either @var{fgcolor} or ,@var{bgcolor} may be left out.
|
||||||
|
|
||||||
|
@item set guidestripe @var{number}
|
||||||
|
Draw a vertical stripe at the given column, to help judge the width of the
|
||||||
|
text. (The color of the stripe can be changed with @code{set stripecolor}.)
|
||||||
|
|
||||||
@item set historylog
|
@item set historylog
|
||||||
Save the last hundred search strings and replacement strings and
|
Save the last hundred search strings and replacement strings and
|
||||||
executed commands, so they can be easily reused in later sessions.
|
executed commands, so they can be easily reused in later sessions.
|
||||||
|
@ -803,10 +807,6 @@ Display line numbers to the left of the text area.
|
||||||
@item set locking
|
@item set locking
|
||||||
Enable vim-style lock-files for when editing files.
|
Enable vim-style lock-files for when editing files.
|
||||||
|
|
||||||
@item set guidestripe @var{number}
|
|
||||||
Draw a vertical stripe at the given column, to help judge the width of the
|
|
||||||
text. (The color of the stripe can be changed with @code{set stripecolor}.)
|
|
||||||
|
|
||||||
@item set matchbrackets "@var{string}"
|
@item set matchbrackets "@var{string}"
|
||||||
Set the opening and closing brackets that can be found by bracket
|
Set the opening and closing brackets that can be found by bracket
|
||||||
searches. This may not include blank characters. The opening set must
|
searches. This may not include blank characters. The opening set must
|
||||||
|
|
|
@ -132,6 +132,10 @@ Specify the color combination to use for the function descriptions
|
||||||
in the two help lines at the bottom of the screen.
|
in the two help lines at the bottom of the screen.
|
||||||
See \fBset titlecolor\fR for more details.
|
See \fBset titlecolor\fR for more details.
|
||||||
.TP
|
.TP
|
||||||
|
.B set guidestripe \fInumber
|
||||||
|
Draw a vertical stripe at the given column, to help judge the width of the
|
||||||
|
text. (The color of the stripe can be changed with \fBset stripecolor\fR.)
|
||||||
|
.TP
|
||||||
.B set historylog
|
.B set historylog
|
||||||
Save the last hundred search strings and replacement strings and
|
Save the last hundred search strings and replacement strings and
|
||||||
executed commands, so they can be easily reused in later sessions.
|
executed commands, so they can be easily reused in later sessions.
|
||||||
|
@ -150,10 +154,6 @@ Display line numbers to the left of the text area.
|
||||||
.B set locking
|
.B set locking
|
||||||
Enable vim-style lock-files for when editing files.
|
Enable vim-style lock-files for when editing files.
|
||||||
.TP
|
.TP
|
||||||
.B set guidestripe \fInumber
|
|
||||||
Draw a vertical stripe at the given column, to help judge the width of the
|
|
||||||
text. (The color of the stripe can be changed with \fBset stripecolor\fR.)
|
|
||||||
.TP
|
|
||||||
.B set matchbrackets "\fIstring\fP"
|
.B set matchbrackets "\fIstring\fP"
|
||||||
Set the opening and closing brackets that can be found by bracket
|
Set the opening and closing brackets that can be found by bracket
|
||||||
searches. This may not include blank characters. The opening set must
|
searches. This may not include blank characters. The opening set must
|
||||||
|
|
Loading…
Reference in New Issue