]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(new-tutor): update vim-02-beginner following 48940d9
authorzeertzjq <zeertzjq@outlook.com>
Sun, 23 Nov 2025 19:19:35 +0000 (19:19 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Nov 2025 19:19:35 +0000 (19:19 +0000)
closes: #18793

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/tutor/en/vim-02-beginner.tutor

index a5d24f1b816da3409b36918cc576ab87e9372972..0f2521e887207919d784934420fcf72fe59c7f34 100644 (file)
@@ -111,12 +111,12 @@ REFERENCE: [Expression Register](quote=)
 
   1. Move the cursor to the line below marked ✓
 
-  2. yank the zeroth line, then inspect registers with `:reg`{vim} `<ENTER>`{normal}
+  2. Yank the line starting with "0.", then inspect registers with `:reg`{vim} `<ENTER>`{normal}
 
-  3. delete line 0. with `"cdd`{normal}, then inspect registers
+  3. Delete line 0 with `"cdd`{normal}, then inspect registers
      (Where do you expect line 0 to be?)
 
-  4. continue deleting each successive line, inspecting `:reg`{vim} as you go
+  4. Continue deleting each successive line, inspecting `:reg`{vim} as you go
 
 NOTE: You should notice that old full-line deletions move down the list
       as new full-line deletions are added