0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4583: screendump test fails

Problem:    Screendump test fails.
Solution:   Check that making a screendump is possible.
This commit is contained in:
Bram Moolenaar
2022-03-16 20:26:02 +00:00
parent 4c8b546da2
commit 4f6e772c9c
2 changed files with 8 additions and 1 deletions

View File

@@ -3982,7 +3982,12 @@ def Test_profile_with_lambda()
delete('Xprofile.vim') delete('Xprofile.vim')
enddef enddef
def Test_misplaced_type() func Test_misplaced_type()
CheckRunVimInTerminal
call Run_Test_misplaced_type()
endfunc
def Run_Test_misplaced_type()
writefile(['let g:somevar = "asdf"'], 'XTest_misplaced_type') writefile(['let g:somevar = "asdf"'], 'XTest_misplaced_type')
var buf = g:RunVimInTerminal('-S XTest_misplaced_type', {'rows': 6}) var buf = g:RunVimInTerminal('-S XTest_misplaced_type', {'rows': 6})
term_sendkeys(buf, ":vim9cmd echo islocked('g:somevar: string')\<CR>") term_sendkeys(buf, ":vim9cmd echo islocked('g:somevar: string')\<CR>")

View File

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