summaryrefslogtreecommitdiffstats
path: root/runtime/tutor
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-28 12:52:27 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-28 12:52:27 +0200
commit59c0395e6b49e916fca339f63291c56151decc6b (patch)
tree0cc38edaa0843c390de0e49e64954f14f20e4d57 /runtime/tutor
parent5ac3b1aae2bdcf9f02ac0ebf97836ae3c709c2dc (diff)
Minor runtime file updates.
Diffstat (limited to 'runtime/tutor')
-rw-r--r--runtime/tutor/tutor2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor/tutor b/runtime/tutor/tutor
index 31ba710725..daf42b6bb2 100644
--- a/runtime/tutor/tutor
+++ b/runtime/tutor/tutor
@@ -656,7 +656,7 @@ NOTE: If you were to exit Vim and start it again with vim TEST , the file
3. Press the : character. At the bottom of the screen :'<,'> will appear.
4. Type w TEST , where TEST is a filename that does not exist yet. Verify
- that you see :'<,'>w TEST before you press Enter.
+ that you see :'<,'>w TEST before you press <ENTER>.
5. Vim will write the selected lines to the file TEST. Use :!dir or !ls
to see it. Do not remove it yet! We will use it in the next lesson.