# HG changeset patch # User Bram Moolenaar # Date 1280682666 -7200 # Node ID 88e92762a53e9d16f407c99a10bf3fb69f90d034 # Parent b363a14f87d909c6b634e3c54b7c0bd78855b2bf Update utf-8 version of tutor. diff --git a/runtime/tutor/tutor.utf-8 b/runtime/tutor/tutor.utf-8 --- 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 . 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.