-*editing.txt* For Vim version 9.1. Last change: 2025 Oct 12
+*editing.txt* For Vim version 9.1. Last change: 2025 Oct 13
VIM REFERENCE MANUAL by Bram Moolenaar
- 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
-*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
*@@* *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
:[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).