From c5ed5504f43546ac1a98629e32c9f2c9c0f53dd4 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 14 Oct 2025 09:51:23 +0800 Subject: [PATCH] vim-patch:6ab4547: runtime(doc): fix inconsistent alignment (#36171) closes: vim/vim#18562 https://github.com/vim/vim/commit/6ab45471d4ba20ef4c954292743b9b21ec626df5 --- runtime/doc/editing.txt | 2 +- runtime/doc/repeat.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index e50903303c..385905d9d1 100644 --- 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 index de24433a88..b94af96360 100644 --- 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).