runtime(doc): fix inconsistent alignment
Commit:
https://github.com/vim/vim/commit/6ab45471d4ba20ef4c954292743b9b21ec626df5
Author: zeertzjq <[email protected]>
Date: Mon Oct 13 18:54:44 2025 +0000
runtime(doc): fix inconsistent alignment
closes: https://github.com/vim/vim/issues/18562
Signed-off-by: zeertzjq <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index ec853e933..1e36e132a 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*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
@@ -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
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index fb7c17565..d1b2012ce 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -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
@@ -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
@@ -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).
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1v8Nm9-00CiLr-2U%40256bit.org.