runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt
Commit:
https://github.com/vim/vim/commit/712b650332788011a90ffdef684e42c8af8afd1c
Author: Brent Pappas <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vOdwn-004uNO-HX%40256bit.org.