mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:6ab4547: runtime(doc): fix inconsistent alignment (#36171)
closes: vim/vim#18562
6ab45471d4
This commit is contained in:
@@ -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
|
- It matches up to 30 directories deep by default, so you can use it to
|
||||||
search an entire directory tree
|
search an entire directory tree
|
||||||
- The maximum number of levels matched can be given by appending a
|
- The maximum number of levels matched can be given by appending a
|
||||||
number to "**".
|
number to "**".
|
||||||
Thus '/usr/**2' can match: >
|
Thus '/usr/**2' can match: >
|
||||||
/usr
|
/usr
|
||||||
/usr/include
|
/usr/include
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ Q Repeat the last recorded register [count] times.
|
|||||||
:[addr]@: Repeat last command-line. First set cursor at line
|
:[addr]@: Repeat last command-line. First set cursor at line
|
||||||
[addr] (default is current line).
|
[addr] (default is current line).
|
||||||
|
|
||||||
:[addr]@ *:@@*
|
:[addr]@ *:@@*
|
||||||
:[addr]@@ Repeat the previous :@{register}. First set cursor at
|
:[addr]@@ Repeat the previous :@{register}. First set cursor at
|
||||||
line [addr] (default is current line).
|
line [addr] (default is current line).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user