]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt
authorBrent Pappas <pappasbrent@gmail.com>
Wed, 26 Nov 2025 20:12:28 +0000 (20:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 26 Nov 2025 20:12:28 +0000 (20:12 +0000)
- 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 <pappasbrent@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_08.txt

index b9891b97afd0a83619ad13c11766dcdb4342b071..38eb6ec14ae60b37b5bf4c70b9e9defe3aba1428 100644 (file)
@@ -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