Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/doc/editing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ There are three different types of searching:
- It matches up to 30 directories deep by default, so you can use it to
search an entire directory tree
- The maximum number of levels matched can be given by appending a
number to '**'.
number to '**'.
Thus '/usr/**2' can match: >
/usr
/usr/include
Expand Down
6 changes: 3 additions & 3 deletions runtime/doc/repeat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 12
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 13


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

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

:[addr]@ *:@@*
:[addr]@ *:@@*
:[addr]@@ Repeat the previous :@{register}. First set cursor at
line [addr] (default is current line).

Expand Down
Loading