diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2023-07-11 18:09:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 10:09:44 -0700 |
commit | bf5703042b50c858bfc4633b1807c961089ec5e1 (patch) | |
tree | dcfc64e44aa08b65a437c2e841d17639b43eb4bd /runtime/tutor/en/vim-01-beginner.tutor | |
parent | 06694203e51efbabc0b49e26704dff089011fd21 (diff) | |
download | rneovim-bf5703042b50c858bfc4633b1807c961089ec5e1.tar.gz rneovim-bf5703042b50c858bfc4633b1807c961089ec5e1.tar.bz2 rneovim-bf5703042b50c858bfc4633b1807c961089ec5e1.zip |
fix(tutor): don't use concealed text in expected lines #24316
Diffstat (limited to 'runtime/tutor/en/vim-01-beginner.tutor')
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor index e256711e70..3653271000 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor +++ b/runtime/tutor/en/vim-01-beginner.tutor @@ -438,7 +438,7 @@ Notice that [c](c)e deletes the word and places you in Insert mode. 5. Type `c$`{normal} and type the rest of the line like the second and press `<Esc>`{normal}. The end of this line needs some help to make it like the second. -The end of this line needs to be corrected using the `c$`{normal} command. +The end of this line needs to be corrected using the c$ command. NOTE: You can use the Backspace key to correct mistakes while typing. |