mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 09:14:15 +00:00
vim-patch:8.1.1806: test for display updating doesn't check without statusline
Problem: Test for display updating doesn't check without statusline.
Solution: Add screenshots without a status line.
7cc535175a
This commit is contained in:
@@ -90,6 +90,17 @@ func Test_scroll_without_region()
|
||||
call term_sendkeys(buf, ":4put\<cr>")
|
||||
call VerifyScreenDump(buf, 'Test_scroll_no_region_3', {})
|
||||
|
||||
call term_sendkeys(buf, ":undo\<cr>")
|
||||
call term_sendkeys(buf, ":undo\<cr>")
|
||||
call term_sendkeys(buf, ":set laststatus=0\<cr>")
|
||||
call VerifyScreenDump(buf, 'Test_scroll_no_region_4', {})
|
||||
|
||||
call term_sendkeys(buf, ":3delete\<cr>")
|
||||
call VerifyScreenDump(buf, 'Test_scroll_no_region_5', {})
|
||||
|
||||
call term_sendkeys(buf, ":4put\<cr>")
|
||||
call VerifyScreenDump(buf, 'Test_scroll_no_region_6', {})
|
||||
|
||||
" clean up
|
||||
call StopVimInTerminal(buf)
|
||||
call delete('Xtestscroll')
|
||||
|
||||
Reference in New Issue
Block a user