0
0
mirror of https://github.com/vim/vim.git synced 2025-10-18 07:54:29 -04:00

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.
This commit is contained in:
Bram Moolenaar
2019-08-03 23:30:21 +02:00
parent 6cd57d4466
commit 7cc535175a
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
|1+0&#ffffff0| @73
|2| @73
>3| @73
|4| @73
|5| @73
|6| @73
|7| @73
|8| @73
|9| @73
|:|s|e|t| |l|a|s|t|s|t|a|t|u|s|=|0| @39|3|,|1| @10|T|o|p|

View File

@@ -0,0 +1,10 @@
|1+0&#ffffff0| @73
|2| @73
>4| @73
|5| @73
|6| @73
|7| @73
|8| @73
|9| @73
|1|0| @72
@57|3|,|1| @10|T|o|p|

View File

@@ -0,0 +1,10 @@
|1+0&#ffffff0| @73
|2| @73
|4| @73
|5| @73
>3| @73
|6| @73
|7| @73
|8| @73
|9| @73
@57|5|,|1| @10|T|o|p|

View File

@@ -88,6 +88,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')

View File

@@ -773,6 +773,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1806,
/**/
1805,
/**/