File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments