]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(tutor): Improve style for chapter 2
authorVictorhck <victorhck@mailbox.org>
Fri, 21 Nov 2025 18:46:27 +0000 (18:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Nov 2025 18:46:27 +0000 (18:46 +0000)
closes: #18786

Signed-off-by: Victorhck <victorhck@mailbox.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/tutor/tutor2

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