summaryrefslogtreecommitdiff
path: root/runtime/tutor/tutor
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-15 20:20:18 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-15 20:20:18 +0200
commitb477af2260d9bc7ae7f743f0a14265d7ee12ee09 (patch)
tree0f0bf173f95162a2234265ee8394a6f308cef984 /runtime/tutor/tutor
parent2196bca7377ff245866cc3cee65b0adb48432ac3 (diff)
downloadvim-git-b477af2260d9bc7ae7f743f0a14265d7ee12ee09.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/tutor/tutor')
-rw-r--r--runtime/tutor/tutor6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/tutor/tutor b/runtime/tutor/tutor
index a1a9c8715..c076e3bfd 100644
--- a/runtime/tutor/tutor
+++ b/runtime/tutor/tutor
@@ -372,7 +372,7 @@ NOTE: Pressing just the motion while in Normal mode without an operator will
** Type p to put previously deleted text after the cursor. **
- 1. Move the cursor to the first ---> line below.
+ 1. Move the cursor to the first line below marked --->.
2. Type dd to delete the line and store it in a Vim register.
@@ -447,7 +447,7 @@ Notice that ce deletes the word and places you in Insert mode.
2. The motions are the same, such as w (word) and $ (end of line).
- 3. Move to the first line below marked --->.
+ 3. Move the cursor to the first line below marked --->.
4. Move the cursor to the first error.
@@ -740,7 +740,7 @@ NOTE: You can also read the output of an external command. For example,
** Type a to insert text AFTER the cursor. **
- 1. Move the cursor to the start of the line below marked --->.
+ 1. Move the cursor to the start of the first line below marked --->.
2. Press e until the cursor is on the end of li .