neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c5ed5504f43546ac1a98629e32c9f2c9c0f53dd4
parent d78215f6a221f403c045601174c1e37cf9d40023
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 14 Oct 2025 09:51:23 +0800

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

closes: vim/vim#18562

https://github.com/vim/vim/commit/6ab45471d4ba20ef4c954292743b9b21ec626df5
Diffstat:
Mruntime/doc/editing.txt | 2+-
Mruntime/doc/repeat.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt @@ -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 diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt @@ -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).