diff runtime/tutor/tutor.utf-8 @ 3847:1003f9b262d7

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Oct 2012 21:46:54 +0200
parents 88e92762a53e
children 1e8ebf870720
line wrap: on
line diff
--- 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 
   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