vim-patch:829eda7: runtime(new-tutor): update tutor and correct comandline completion (#33449)

Problem: Some parts of the tutor are outdated.

- For example, pressing `<Tab>` after typing `:e` does not complete the
command `:edit`, but shows a completion menu with the first entry being
`:earlier`.

closes: vim/vim#17107

829eda7d38
This commit is contained in:
Phạm Bình An
2025-04-15 14:11:17 +07:00
committed by GitHub
parent 9272dc9597
commit c58c650adf
3 changed files with 30 additions and 13 deletions

View File

@@ -131,7 +131,7 @@ describe(':Tutor', function()
{0: }University. E-mail: {2:bware@mines.colorado.edu}. |
]]
feed(':960<CR>zt')
feed(':969<CR>zt')
screen:expect(expected)
end)
end)