commit 71ce3030eb589b813d3c719b21271787622f7828
parent 2b9a033a8c8ad9dce2e1a8f6480a0182f81af93b
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 24 Nov 2025 09:33:28 +0800
vim-patch:898ac80: runtime(new-tutor): update vim-02-beginner following 48940d9 (#36674)
closes: vim/vim#18793
https://github.com/vim/vim/commit/898ac80be6fbeb24a105bd3105061b692db89a1a
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/runtime/tutor/en/vim-02-beginner.tutor b/runtime/tutor/en/vim-02-beginner.tutor
@@ -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