]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(tutor): fix wrong motion in instruction
authorzeertzjq <zeertzjq@outlook.com>
Wed, 7 Jan 2026 21:50:37 +0000 (21:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 7 Jan 2026 21:50:37 +0000 (21:50 +0000)
related: neovim/neovim#37213
closes: #19117

Co-authored-by: DrNayak2306 <dhruvgnk.work@gmail.com>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/tutor/en/vim-02-beginner.tutor
runtime/tutor/tutor2

index 36eeca2ffad13646892fcd50db27ffd73590ee0e..d68e0a884c795b96c5c03263d6085ed30ffa006f 100644 (file)
@@ -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}
index 3e5701a52efb267d2db3f905adb2e12a5f3e3bfc..f35cb3c563e456d9499466daabb1a19351923599 100644 (file)
@@ -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>