mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
c52ec8f9eb
* fix(tutor): adjust over-80ch lines and corresponding expect file * fix(tutor): standardise indentation and formatting, add nowrap modeline - unifies the formatting/layout, which was a bit inconsistent, - adds a nowrap modeline Since the tutor uses a lot of conceals, which are included in the character count when calculating line wrapping, lines were breaking at what looked like odd spots, which gives a poor first impression and lowered readability. I have adjusted some lines to be over 80ch in the source, but once they're rendered out with conceals, they're actually under 80, so even with nowrap we don't visually extend past 80. fix #15088
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"expect": {
|
|
"25": -1,
|
|
"103": "The cow jumped over the moon.",
|
|
"125": "There is some text missing from this line.",
|
|
"126": "There is some text missing from this line.",
|
|
"145": "There is some text missing from this line.",
|
|
"146": "There is some text missing from this line.",
|
|
"147": "There is also some text missing here.",
|
|
"148": "There is also some text missing here.",
|
|
"216": "There are some words that don't belong in this sentence.",
|
|
"232": "Somebody typed the end of this line twice.",
|
|
"271": -1,
|
|
"290": "This line of words is cleaned up.",
|
|
"304": -1,
|
|
"305": -1,
|
|
"306": -1,
|
|
"307": -1,
|
|
"308": -1,
|
|
"309": -1,
|
|
"310": -1,
|
|
"324": "Fix the errors on this line and replace them with undo.",
|
|
"367": -1,
|
|
"368": -1,
|
|
"369": -1,
|
|
"370": -1,
|
|
"384": "When this line was typed in, someone pressed some wrong keys!",
|
|
"385": "When this line was typed in, someone pressed some wrong keys!",
|
|
"405": "This line has a few words that need changing using the change operator.",
|
|
"406": "This line has a few words that need changing using the change operator.",
|
|
"426": "The end of this line needs to be corrected using the `c$` command.",
|
|
"427": "The end of this line needs to be corrected using the `c$` command.",
|
|
"490": -1,
|
|
"509": -1,
|
|
"532": "Usually the best time to see the flowers is in the spring.",
|
|
"725": -1,
|
|
"730": -1,
|
|
"746": "This line will allow you to practice appending text to a line.",
|
|
"747": "This line will allow you to practice appending text to a line.",
|
|
"767": "Adding 123 to 456 gives you 579.",
|
|
"768": "Adding 123 to 456 gives you 579.",
|
|
"794": "a) This is the first item.",
|
|
"795": "b) This is the second item."
|
|
}
|
|
}
|