Skip to content

Commit 6ab4547

Browse files
zeertzjqchrisbra
authored andcommitted
runtime(doc): fix inconsistent alignment
closes: #18562 Signed-off-by: zeertzjq <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 5fe4faa commit 6ab4547

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

runtime/doc/editing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*editing.txt* For Vim version 9.1. Last change: 2025 Oct 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1792,7 +1792,7 @@ There are three different types of searching:
17921792
- It matches up to 30 directories deep by default, so you can use it to
17931793
search an entire directory tree
17941794
- The maximum number of levels matched can be given by appending a
1795-
number to '**'.
1795+
number to '**'.
17961796
Thus '/usr/**2' can match: >
17971797
/usr
17981798
/usr/include

runtime/doc/repeat.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -156,7 +156,7 @@ q Stops recording. (Implementation note: The 'q' that
156156
*@@* *E748*
157157
@@ Repeat the previous @{0-9a-z":*} [count] times.
158158

159-
*:@*
159+
*:@*
160160
:[addr]@{0-9a-z".=*+} Execute the contents of register {0-9a-z".=*+} as an
161161
Ex command. First set cursor at line [addr] (default
162162
is current line). When the last line in the register
@@ -185,7 +185,7 @@ q Stops recording. (Implementation note: The 'q' that
185185
:[addr]@: Repeat last command-line. First set cursor at line
186186
[addr] (default is current line).
187187

188-
:[addr]@ *:@@*
188+
:[addr]@ *:@@*
189189
:[addr]@@ Repeat the previous :@{register}. First set cursor at
190190
line [addr] (default is current line).
191191

0 commit comments

Comments
 (0)