mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
vim-patch:9.1.1978: tests: Test_smoothscroll_number() may fail (#36965)
Problem: tests: Test_smoothscroll_number() may fail because of
'showcmd'
Solution: Send redraw command (Hirohito Higashi)
closes: vim/vim#18921
5193375b10
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
@@ -237,7 +237,7 @@ func Test_smoothscroll_number()
|
|||||||
call term_sendkeys(buf, "\<C-Y>")
|
call term_sendkeys(buf, "\<C-Y>")
|
||||||
call VerifyScreenDump(buf, 'Test_smooth_number_6', {})
|
call VerifyScreenDump(buf, 'Test_smooth_number_6', {})
|
||||||
|
|
||||||
call term_sendkeys(buf, ":botright split\<CR>gg")
|
call term_sendkeys(buf, ":botright split\<CR>\<C-L>gg")
|
||||||
call VerifyScreenDump(buf, 'Test_smooth_number_7', {})
|
call VerifyScreenDump(buf, 'Test_smooth_number_7', {})
|
||||||
call term_sendkeys(buf, "\<C-E>")
|
call term_sendkeys(buf, "\<C-E>")
|
||||||
call VerifyScreenDump(buf, 'Test_smooth_number_8', {})
|
call VerifyScreenDump(buf, 'Test_smooth_number_8', {})
|
||||||
|
|||||||
Reference in New Issue
Block a user