From: Brent Pappas Date: Wed, 26 Nov 2025 20:12:28 +0000 (+0000) Subject: runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt X-Git-Tag: v9.1.1929~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=712b650332788011a90ffdef684e42c8af8afd1c;p=thirdparty%2Fvim.git runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt - Change "Prepended" (past tense) to "Prepend" (present tense, imperative). - Add short examples clarifying the behavior of prepending a count to commands that jump to changes in diff mode. closes: #18810 Signed-off-by: Brent Pappas Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_08.txt b/runtime/doc/usr_08.txt index b9891b97af..38eb6ec14a 100644 --- a/runtime/doc/usr_08.txt +++ b/runtime/doc/usr_08.txt @@ -1,4 +1,4 @@ -*usr_08.txt* For Vim version 9.1. Last change: 2025 Nov 09 +*usr_08.txt* For Vim version 9.1. Last change: 2025 Nov 26 VIM USER MANUAL by Bram Moolenaar @@ -444,7 +444,8 @@ To go the other way use: > [c -Prepended a count to jump further away. +Prepend a count to jump further away. Thus "4]c" jumps to the fourth next +change, and "3[c" jumps to the third previous change. REMOVING CHANGES