From: zeertzjq Date: Wed, 7 Jan 2026 21:50:37 +0000 (+0000) Subject: runtime(tutor): fix wrong motion in instruction X-Git-Tag: v9.1.2064~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e37e31496d71ff1a80e40d5289e2d152b0fdd08;p=thirdparty%2Fvim.git runtime(tutor): fix wrong motion in instruction related: neovim/neovim#37213 closes: #19117 Co-authored-by: DrNayak2306 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- diff --git a/runtime/tutor/en/vim-02-beginner.tutor b/runtime/tutor/en/vim-02-beginner.tutor index 36eeca2ffa..d68e0a884c 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} ``{normal}) and type `"byiw`{normal} 4. Navigate to any point on the word 'Vince' and type `ciwa`{normal} diff --git a/runtime/tutor/tutor2 b/runtime/tutor/tutor2 index 3e5701a52e..f35cb3c563 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) + 3. Navigate forward to the word 'cookie' (fk or 3fc or $2b or /co) and type "byiw 4. Navigate to any point on the word 'Vince' and type ciwa