docs: add a cross-reference from 'findbracket' to 'set matchbrackets'
parent
bc6b9bf955
commit
a14c894325
|
@ -861,8 +861,9 @@ 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.
|
||||||
|
|
||||||
|
@anchor{@code{set matchbrackets}}
|
||||||
@item set matchbrackets "@var{characters}"
|
@item set matchbrackets "@var{characters}"
|
||||||
Set the opening and closing brackets that can be found by bracket
|
Specify 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
|
||||||
come before the closing set, and the two sets must be in the same order.
|
come before the closing set, and the two sets must be in the same order.
|
||||||
The default value is @t{"(<[@{)>]@}"}.
|
The default value is @t{"(<[@{)>]@}"}.
|
||||||
|
@ -1423,8 +1424,8 @@ Goes to a specific line (and column if specified). Negative numbers count
|
||||||
from the end of the file (and end of the line).
|
from the end of the file (and end of the line).
|
||||||
|
|
||||||
@item findbracket
|
@item findbracket
|
||||||
Moves the cursor to the bracket (brace, parenthesis, etc.) that matches
|
Moves the cursor to the bracket (or brace or parenthesis, etc.) that matches
|
||||||
(pairs) with the one under the cursor.
|
(pairs) with the one under the cursor. @xref{@code{set matchbrackets}}.
|
||||||
|
|
||||||
@item anchor
|
@item anchor
|
||||||
Places an anchor at the current line, or removes it when already present.
|
Places an anchor at the current line, or removes it when already present.
|
||||||
|
|
|
@ -172,7 +172,7 @@ Display line numbers to the left of the text area.
|
||||||
Enable vim-style lock-files for when editing files.
|
Enable vim-style lock-files for when editing files.
|
||||||
.TP
|
.TP
|
||||||
.BI "set matchbrackets """ characters """
|
.BI "set matchbrackets """ characters """
|
||||||
Set the opening and closing brackets that can be found by bracket
|
Specify 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
|
||||||
come before the closing set, and the two sets must be in the same order.
|
come before the closing set, and the two sets must be in the same order.
|
||||||
The default value is "\fB(<[{)>]}\fP".
|
The default value is "\fB(<[{)>]}\fP".
|
||||||
|
@ -723,8 +723,8 @@ Goes to a specific line (and column if specified). Negative numbers count
|
||||||
from the end of the file (and end of the line).
|
from the end of the file (and end of the line).
|
||||||
.TP
|
.TP
|
||||||
.B findbracket
|
.B findbracket
|
||||||
Moves the cursor to the bracket (brace, parenthesis, etc.) that matches
|
Moves the cursor to the bracket (or brace or parenthesis, etc.) that matches
|
||||||
(pairs) with the one under the cursor.
|
(pairs) with the one under the cursor. See \fBset matchbrackets\fR.
|
||||||
.TP
|
.TP
|
||||||
.B anchor
|
.B anchor
|
||||||
Places an anchor at the current line, or removes it when already present.
|
Places an anchor at the current line, or removes it when already present.
|
||||||
|
|
Loading…
Reference in New Issue