mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
fix(tutor): don't use concealed text in expected lines #24316
This commit is contained in:
@ -438,7 +438,7 @@ Notice that [c](c)e deletes the word and places you in Insert mode.
|
|||||||
5. Type `c$`{normal} and type the rest of the line like the second and press `<Esc>`{normal}.
|
5. Type `c$`{normal} and type the rest of the line like the second and press `<Esc>`{normal}.
|
||||||
|
|
||||||
The end of this line needs some help to make it like the second.
|
The end of this line needs some help to make it like the second.
|
||||||
The end of this line needs to be corrected using the `c$`{normal} command.
|
The end of this line needs to be corrected using the c$ command.
|
||||||
|
|
||||||
NOTE: You can use the Backspace key to correct mistakes while typing.
|
NOTE: You can use the Backspace key to correct mistakes while typing.
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
"399": "When this line was typed in, someone pressed some wrong keys!",
|
"399": "When this line was typed in, someone pressed some wrong keys!",
|
||||||
"419": "This line has a few words that need changing using the change operator.",
|
"419": "This line has a few words that need changing using the change operator.",
|
||||||
"420": "This line has a few words that need changing using the change operator.",
|
"420": "This line has a few words that need changing using the change operator.",
|
||||||
"440": "The end of this line needs to be corrected using the `c$` command.",
|
"440": "The end of this line needs to be corrected using the c$ command.",
|
||||||
"441": "The end of this line needs to be corrected using the `c$` command.",
|
"441": "The end of this line needs to be corrected using the c$ command.",
|
||||||
"504": -1,
|
"504": -1,
|
||||||
"523": -1,
|
"523": -1,
|
||||||
"546": "Usually the best time to see the flowers is in the spring.",
|
"546": "Usually the best time to see the flowers is in the spring.",
|
||||||
|
Reference in New Issue
Block a user