diff options
Diffstat (limited to 'runtime/tutor')
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor | 2 | ||||
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor.json | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor index 622eb7cc06..e6b81d63b9 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor +++ b/runtime/tutor/en/vim-01-beginner.tutor @@ -888,7 +888,7 @@ NOTE: If you want to ignore case for just one search command, use [\c](/\c) Neovim has a comprehensive online help system. -To get started, try one of these three: +To get started, try one of these two: - press the `<F1>`{normal} key (if you have one) - type `:help`{vim} diff --git a/runtime/tutor/en/vim-01-beginner.tutor.json b/runtime/tutor/en/vim-01-beginner.tutor.json index 8f88a3897d..835f0f6782 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor.json +++ b/runtime/tutor/en/vim-01-beginner.tutor.json @@ -11,13 +11,13 @@ "232": "Somebody typed the end of this line twice.", "271": -1, "290": "This line of words is cleaned up.", - "307": -1, - "308": -1, - "309": -1, - "310": -1, - "311": -1, - "312": -1, - "313": -1, + "307": "1) Roses are red,", + "308": "3) Violets are blue,", + "309": "6) Sugar is sweet", + "310": "7) And so are you.", + "311": "7) And so are you.", + "312": "7) And so are you.", + "313": "7) And so are you.", "333": "Fix the errors on this line and replace them with undo.", "379": -1, "380": -1, |