Commit: runtime(tutor): fix wrong motion in instruction

2 views
Skip to first unread message

Christian Brabandt

unread,
Jan 7, 2026, 5:01:07 PM (4 days ago) Jan 7
to vim...@googlegroups.com
runtime(tutor): fix wrong motion in instruction

Commit: https://github.com/vim/vim/commit/5e37e31496d71ff1a80e40d5289e2d152b0fdd08
Author: zeertzjq <zeer...@outlook.com>
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 <dhruvg...@gmail.com>
Signed-off-by: zeertzjq <zeer...@outlook.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

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>
Reply all
Reply to author
Forward
0 new messages