summaryrefslogtreecommitdiffstats
path: root/runtime/tutor
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-29 21:55:35 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-29 21:55:35 +0200
commit89a9c159f23fb7b3e24e6d09068adfc24a73afcb (patch)
treeffc62c1104f8222091cf262a37dbb52bf01f5a61 /runtime/tutor
parent6e82351130ddb8d13cf3748b47f07cae77886fc7 (diff)
Update runtime files
Diffstat (limited to 'runtime/tutor')
-rw-r--r--runtime/tutor/tutor10
-rw-r--r--runtime/tutor/tutor.utf-810
2 files changed, 10 insertions, 10 deletions
diff --git a/runtime/tutor/tutor b/runtime/tutor/tutor
index 9c5402d15a..bbad00dc20 100644
--- a/runtime/tutor/tutor
+++ b/runtime/tutor/tutor
@@ -143,12 +143,12 @@ NOTE: As you go through this tutor, do not try to memorize, learn by usage.
!! NOTE: Before executing any of the steps below, read this entire lesson!!
- 1. Exit this tutor as you did in lesson 1.2: :q!
- Or, if you have access to another terminal, do the following there.
+ 1. If you have access to another terminal, do the following there.
+ Otherwise, exit this tutor as you did in lesson 1.2: :q!
- 2. At the shell prompt type this command: vim tutor <ENTER>
- 'vim' is the command to start the Vim editor, 'tutor' is the name of the
- file you wish to edit. Use a file that may be changed.
+ 2. At the shell prompt type this command: vim file.txt <ENTER>
+ 'vim' is the command to start the Vim editor, 'file.txt' is the name of
+ the file you wish to edit. Use the name of a file that you can change.
3. Insert and delete text as you learned in the previous lessons.
diff --git a/runtime/tutor/tutor.utf-8 b/runtime/tutor/tutor.utf-8
index 9c5402d15a..bbad00dc20 100644
--- a/runtime/tutor/tutor.utf-8
+++ b/runtime/tutor/tutor.utf-8
@@ -143,12 +143,12 @@ NOTE: As you go through this tutor, do not try to memorize, learn by usage.
!! NOTE: Before executing any of the steps below, read this entire lesson!!
- 1. Exit this tutor as you did in lesson 1.2: :q!
- Or, if you have access to another terminal, do the following there.
+ 1. If you have access to another terminal, do the following there.
+ Otherwise, exit this tutor as you did in lesson 1.2: :q!
- 2. At the shell prompt type this command: vim tutor <ENTER>
- 'vim' is the command to start the Vim editor, 'tutor' is the name of the
- file you wish to edit. Use a file that may be changed.
+ 2. At the shell prompt type this command: vim file.txt <ENTER>
+ 'vim' is the command to start the Vim editor, 'file.txt' is the name of
+ the file you wish to edit. Use the name of a file that you can change.
3. Insert and delete text as you learned in the previous lessons.