diff runtime/tutor/tutor.utf-8 @ 2462:88e92762a53e vim73

Update utf-8 version of tutor.
author Bram Moolenaar <bram@vim.org>
date Sun, 01 Aug 2010 19:11:06 +0200
parents 18ee39301b82
children 1003f9b262d7
line wrap: on
line diff
--- a/runtime/tutor/tutor.utf-8
+++ b/runtime/tutor/tutor.utf-8
@@ -656,7 +656,7 @@ NOTE: If you were to exit Vim and start 
   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.