File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
121121NOTE: You should notice that old full-line deletions move down the list
122122 as new full-line deletions are added
You can’t perform that action at this time.
0 commit comments