vim-patch:6ab4547: runtime(doc): fix inconsistent alignment (#36171)

closes: vim/vim#18562

6ab45471d4
This commit is contained in:
zeertzjq
2025-10-14 09:51:23 +08:00
committed by GitHub
parent d78215f6a2
commit c5ed5504f4
2 changed files with 2 additions and 2 deletions

View File

@@ -1625,7 +1625,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

View File

@@ -182,7 +182,7 @@ Q Repeat the last recorded register [count] times.
:[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).