]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix inconsistent alignment
authorzeertzjq <zeertzjq@outlook.com>
Mon, 13 Oct 2025 18:54:44 +0000 (18:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 13 Oct 2025 18:55:19 +0000 (18:55 +0000)
closes: #18562

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/editing.txt
runtime/doc/repeat.txt

index ec853e933c012037036f3f3b709527c156eb525e..1e36e132a2d4696137583d8fa8a50265de937990 100644 (file)
@@ -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
index fb7c175653f7cd26e917753c8c772504c36e18a1..d1b2012ced12cea97801ef9e8b22c8c50d7b274c 100644 (file)
@@ -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).