mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:2323f22: runtime(new-tutor): add chapter two to the interactive tutorial
closes: vim/vim#16803
2323f225ca
Co-authored-by: RestorerZ <restorer@mail2k.ru>
This commit is contained in:
@ -93,14 +93,14 @@ describe(':Tutor', function()
|
||||
{0: } |
|
||||
]]
|
||||
|
||||
feed(':700<CR>zt')
|
||||
feed(':702<CR>zt')
|
||||
screen:expect(expected)
|
||||
end)
|
||||
|
||||
it('applies hyperlink highlighting', function()
|
||||
local expected = [[
|
||||
{0: }^ |
|
||||
{0: }{3:#}{5: CONCLUSION} |
|
||||
{0: }^This concludes Chapter 1 of the Vim Tutor. Consider continuing with |
|
||||
{0: }{2:Chapter 2}. |
|
||||
{0: } |
|
||||
{0: }This was intended to give a brief overview of the Neovim editor, just enough to|
|
||||
{0: }allow you to use it fairly easily. It is far from complete as Neovim has |
|
||||
@ -131,7 +131,7 @@ describe(':Tutor', function()
|
||||
{0: }University. E-mail: {2:bware@mines.colorado.edu}. |
|
||||
]]
|
||||
|
||||
feed(':978<CR>zt')
|
||||
feed(':983<CR>zt')
|
||||
screen:expect(expected)
|
||||
end)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user