runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt
Commit:
https://github.com/vim/vim/commit/712b650332788011a90ffdef684e42c8af8afd1c
Author: Brent Pappas <
pappa...@gmail.com>
Date: Wed Nov 26 20:12:28 2025 +0000
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 <
pappa...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/usr_08.txt b/runtime/doc/usr_08.txt
index b9891b97a..38eb6ec14 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