mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
tutor: readjust tutor for 80 char wide terminals
This commit is contained in:
parent
907b2f18f7
commit
f4e372c8ab
File diff suppressed because it is too large
Load Diff
@ -1,45 +1,43 @@
|
|||||||
{
|
{
|
||||||
"expect": {
|
"expect": {
|
||||||
"24": -1,
|
"24": -1,
|
||||||
"102": "The cow jumped over the moon.",
|
"103": "The cow jumped over the moon.",
|
||||||
"122": "There is some text missing from this line.",
|
"124": "There is some text missing from this line.",
|
||||||
"123": "There is some text missing from this line.",
|
"125": "There is some text missing from this line.",
|
||||||
"141": "There is some text missing from this line.",
|
"144": "There is some text missing from this line.",
|
||||||
"142": "There is some text missing from this line.",
|
"145": "There is some text missing from this line.",
|
||||||
"143": "There is also some text missing here.",
|
"146": "There is also some text missing here.",
|
||||||
"144": "There is also some text missing here.",
|
"147": "There is also some text missing here.",
|
||||||
"215": "There are some words that don't belong in this sentence.",
|
"220": "There are some words that don't belong in this sentence.",
|
||||||
"231": "Somebody typed the end of this line twice.",
|
"236": "Somebody typed the end of this line twice.",
|
||||||
"271": -1,
|
"276": -1,
|
||||||
"290": "This line of words is cleaned up.",
|
"295": "This line of words is cleaned up.",
|
||||||
"304": -1,
|
|
||||||
"305": -1,
|
|
||||||
"306": -1,
|
|
||||||
"307": -1,
|
|
||||||
"308": -1,
|
|
||||||
"309": -1,
|
"309": -1,
|
||||||
"310": -1,
|
"310": -1,
|
||||||
"325": "Fix the errors on this line and replace them with undo.",
|
"311": -1,
|
||||||
"365": -1,
|
"312": -1,
|
||||||
"366": -1,
|
"313": -1,
|
||||||
"367": -1,
|
"314": -1,
|
||||||
"368": -1,
|
"315": -1,
|
||||||
"382": "When this line was typed in, someone pressed some wrong keys!",
|
"332": "Fix the errors on this line and replace them with undo.",
|
||||||
"383": "When this line was typed in, someone pressed some wrong keys!",
|
"372": -1,
|
||||||
"403": "This line has a few words that need changing using the change operator.",
|
"373": -1,
|
||||||
"404": "This line has a few words that need changing using the change operator.",
|
"374": -1,
|
||||||
"424": "The end of this line needs to be corrected using the c$ command.",
|
"375": -1,
|
||||||
"425": "The end of this line needs to be corrected using the c$ command.",
|
"389": "When this line was typed in, someone pressed some wrong keys!",
|
||||||
"487": -1,
|
"390": "When this line was typed in, someone pressed some wrong keys!",
|
||||||
"506": -1,
|
"411": "This line has a few words that need changing using the change operator.",
|
||||||
"531": "Usually the best time to see the flowers is in the spring.",
|
"412": "This line has a few words that need changing using the change operator.",
|
||||||
"722": -1,
|
"432": "The end of this line needs to be corrected using the c$ command.",
|
||||||
"727": -1,
|
"433": "The end of this line needs to be corrected using the c$ command.",
|
||||||
"744": "This line will allow you to practice appending text to a line.",
|
"497": -1,
|
||||||
"745": "This line will allow you to practice appending text to a line.",
|
"516": -1,
|
||||||
"765": "Adding 123 to 456 gives you 579.",
|
"541": "Usually the best time to see the flowers is in the spring.",
|
||||||
"766": "Adding 123 to 456 gives you 579.",
|
"759": "This line will allow you to practice appending text to a line.",
|
||||||
"790": "a) This is the first item.",
|
"760": "This line will allow you to practice appending text to a line.",
|
||||||
"791": " b) This is the second item."
|
"780": "Adding 123 to 456 gives you 579.",
|
||||||
|
"781": "Adding 123 to 456 gives you 579.",
|
||||||
|
"807": "a) This is the first item.",
|
||||||
|
"808": " b) This is the second item."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user