Skip to content

Commit 898ac80

Browse files
zeertzjqchrisbra
authored andcommitted
runtime(new-tutor): update vim-02-beginner following 48940d9
closes: #18793 Signed-off-by: zeertzjq <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 24af3ec commit 898ac80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/tutor/en/vim-02-beginner.tutor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ REFERENCE: [Expression Register](quote=)
111111

112112
1. Move the cursor to the line below marked ✓
113113

114-
2. yank the zeroth line, then inspect registers with `:reg`{vim} `<ENTER>`{normal}
114+
2. Yank the line starting with "0.", then inspect registers with `:reg`{vim} `<ENTER>`{normal}
115115

116-
3. delete line 0. with `"cdd`{normal}, then inspect registers
116+
3. Delete line 0 with `"cdd`{normal}, then inspect registers
117117
(Where do you expect line 0 to be?)
118118

119-
4. continue deleting each successive line, inspecting `:reg`{vim} as you go
119+
4. Continue deleting each successive line, inspecting `:reg`{vim} as you go
120120

121121
NOTE: You should notice that old full-line deletions move down the list
122122
as new full-line deletions are added

0 commit comments

Comments
 (0)