Skip to content

Commit 712b650

Browse files
PappasBrentchrisbra
authored andcommitted
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 <pappasbrent@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent ef8588f commit 712b650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runtime/doc/usr_08.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_08.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*usr_08.txt* For Vim version 9.1. Last change: 2025 Nov 26
22

33

44
VIM USER MANUAL by Bram Moolenaar
@@ -444,7 +444,8 @@ To go the other way use: >
444444
445445
[c
446446
447-
Prepended a count to jump further away.
447+
Prepend a count to jump further away. Thus "4]c" jumps to the fourth next
448+
change, and "3[c" jumps to the third previous change.
448449

449450

450451
REMOVING CHANGES

0 commit comments

Comments
 (0)