summaryrefslogtreecommitdiffstats
path: root/runtime/tutor/tutor.utf-8
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-10-03 21:46:54 +0200
committerBram Moolenaar <Bram@vim.org>2012-10-03 21:46:54 +0200
commit97cc2384c07b2fd067375fdd5a1a41dbc6c892d6 (patch)
treeb1081bf0fb58f80c94bed1d77817e35dc08ec6ed /runtime/tutor/tutor.utf-8
parent14f5827940ebd819a77048761a28c0b208addaee (diff)
Update runtime files.
Diffstat (limited to 'runtime/tutor/tutor.utf-8')
-rw-r--r--runtime/tutor/tutor.utf-82
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor/tutor.utf-8 b/runtime/tutor/tutor.utf-8
index daf42b6bb2..da28a15313 100644
--- a/runtime/tutor/tutor.utf-8
+++ b/runtime/tutor/tutor.utf-8
@@ -658,7 +658,7 @@ NOTE: If you were to exit Vim and start it again with vim TEST , the file
4. Type w TEST , where TEST is a filename that does not exist yet. Verify
that you see :'<,'>w TEST before you press <ENTER>.
- 5. Vim will write the selected lines to the file TEST. Use :!dir or !ls
+ 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.
NOTE: Pressing v starts Visual selection. You can move the cursor around