diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-12-11 18:53:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-12-11 18:53:29 +0100 |
commit | dfb18411cf3d0cf7fd92b39476768e5f7ca47148 (patch) | |
tree | 6702a04d67dd13878d9d9a6bebebfdc964758866 /runtime/tutor | |
parent | 175d0704dfb1247be7f414bfbcf9f5cfeced2794 (diff) | |
download | vim-git-dfb18411cf3d0cf7fd92b39476768e5f7ca47148.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/tutor')
-rw-r--r-- | runtime/tutor/tutor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tutor/tutor b/runtime/tutor/tutor index da28a1531..64a27d1c0 100644 --- a/runtime/tutor/tutor +++ b/runtime/tutor/tutor @@ -55,8 +55,8 @@ NOTE: The cursor keys should also work. But using hjkl you will be able to 2. Type: :q! <ENTER>. This exits the editor, DISCARDING any changes you have made. - 3. When you see the shell prompt, type the command that got you into this - tutor. That would be: vimtutor <ENTER> + 3. Get back here by executing the command that got you into this tutor. That + might be: vimtutor <ENTER> 4. If you have these steps memorized and are confident, execute steps 1 through 3 to exit and re-enter the editor. |