runtime(tutor): fix wrong motion in instruction
Commit:
https://github.com/vim/vim/commit/5e37e31496d71ff1a80e40d5289e2d152b0fdd08
Author: zeertzjq <[email protected]>
Date: Wed Jan 7 21:50:37 2026 +0000
runtime(tutor): fix wrong motion in instruction
related: neovim/neovimhttps://github.com/vim/vim/issues/37213
closes: https://github.com/vim/vim/issues/19117
Co-authored-by: DrNayak2306 <[email protected]>
Signed-off-by: zeertzjq <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/tutor/en/vim-02-beginner.tutor
b/runtime/tutor/en/vim-02-beginner.tutor
index 36eeca2ff..d68e0a884 100644
--- a/runtime/tutor/en/vim-02-beginner.tutor
+++ b/runtime/tutor/en/vim-02-beginner.tutor
@@ -59,7 +59,7 @@ Final exercise: (Modify "this" text) by [applying {various}
operations]<
**MNEMONIC**: *into register(") named (a) (y)ank (i)nner (w)ord*
- 3. Navigate forward to the word 'cookie' (`fk`{normal} or `2fc`{normal}
+ 3. Navigate forward to the word 'cookie' (`fk`{normal} or `3fc`{normal}
or `$2b`{normal} or `/co`{normal} `<ENTER>`{normal}) and type
`"byiw`{normal}
4. Navigate to any point on the word 'Vince' and type
`ciw<CTRL-R>a<ESC>`{normal}
diff --git a/runtime/tutor/tutor2 b/runtime/tutor/tutor2
index 3e5701a52..f35cb3c56 100644
--- a/runtime/tutor/tutor2
+++ b/runtime/tutor/tutor2
@@ -59,7 +59,7 @@
MNEMONIC: into register(") named (a) (y)ank (i)nner (w)ord
- 3. Navigate forward to the word 'cookie' (fk or 2fc or $2b or /co<ENTER>)
+ 3. Navigate forward to the word 'cookie' (fk or 3fc or $2b or /co<ENTER>)
and type "byiw
4. Navigate to any point on the word 'Vince' and type ciw<CTRL-R>a<ESC>
--
--
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/E1vdbZT-001bIM-CV%40256bit.org.