diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-01 19:11:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-01 19:11:06 +0200 |
commit | c0f15ce171e3ca36979a7d1042d7f2275b3db97a (patch) | |
tree | b91f495a3934b2e0e8701e46a33a221248147a0f /runtime/tutor | |
parent | 44886d93c47acc3ba5ff39774abda69579bb28e1 (diff) | |
download | vim-git-c0f15ce171e3ca36979a7d1042d7f2275b3db97a.tar.gz |
Update utf-8 version of tutor.
Diffstat (limited to 'runtime/tutor')
-rw-r--r-- | runtime/tutor/tutor.utf-8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor/tutor.utf-8 b/runtime/tutor/tutor.utf-8 index 31ba71072..daf42b6bb 100644 --- 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 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. |