mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
aac85b8d6b
Also reformat tutor.tutor.json to use 2-space indent while at it.
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"expect": {
|
|
"63": "This is text with **important information**",
|
|
"64": "This is text with **important information**",
|
|
"71": "TODO: Document '&variable'",
|
|
"72": "TODO: Document '&variable'",
|
|
"78": "# This is a level 1 header",
|
|
"79": "# This is a level 1 header",
|
|
"80": "### This is a level 3 header",
|
|
"81": "### This is a level 3 header",
|
|
"82": "# This is a header with a label {*label*}",
|
|
"83": "# This is a header with a label {*label*}",
|
|
"108": "A link to help for the ['breakindent']('breakindent') option",
|
|
"109": "A link to help for the ['breakindent']('breakindent') option",
|
|
"123": "A link to the [Links](*links*) section",
|
|
"124": "A link to the [Links](*links*) section",
|
|
"139": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
|
|
"140": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
|
|
"157": "~~~ viml",
|
|
"158": "echom 'the value of &number is'.string(&number)",
|
|
"159": "~~~",
|
|
"161": "~~~ viml",
|
|
"162": "echom 'the value of &number is'.string(&number)",
|
|
"163": "~~~",
|
|
"188": "~~~ normal",
|
|
"189": "d2w",
|
|
"190": "~~~",
|
|
"192": "~~~ normal",
|
|
"193": "d2w",
|
|
"194": "~~~",
|
|
"206": "`d2w`{normal}",
|
|
"207": "`d2w`{normal}",
|
|
"244": -1
|
|
}
|
|
}
|