Patch 8.2.4583

5 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 16, 2022, 4:26:36 PM3/16/22
to vim...@googlegroups.com

Patch 8.2.4583 (after 8.2.4582)
Problem: Screendump test fails.
Solution: Check that making a screendump is possible.
Files: src/testdir/test_vim9_script.vim


*** ../vim-8.2.4582/src/testdir/test_vim9_script.vim 2022-03-16 20:01:10.429458496 +0000
--- src/testdir/test_vim9_script.vim 2022-03-16 20:23:44.656809987 +0000
***************
*** 3982,3988 ****
delete('Xprofile.vim')
enddef

! def Test_misplaced_type()
writefile(['let g:somevar = "asdf"'], 'XTest_misplaced_type')
var buf = g:RunVimInTerminal('-S XTest_misplaced_type', {'rows': 6})
term_sendkeys(buf, ":vim9cmd echo islocked('g:somevar: string')\<CR>")
--- 3982,3993 ----
delete('Xprofile.vim')
enddef

! func Test_misplaced_type()
! CheckRunVimInTerminal
! call Run_Test_misplaced_type()
! endfunc
!
! def Run_Test_misplaced_type()
writefile(['let g:somevar = "asdf"'], 'XTest_misplaced_type')
var buf = g:RunVimInTerminal('-S XTest_misplaced_type', {'rows': 6})
term_sendkeys(buf, ":vim9cmd echo islocked('g:somevar: string')\<CR>")
*** ../vim-8.2.4582/src/version.c 2022-03-16 20:01:10.429458496 +0000
--- src/version.c 2022-03-16 20:25:00.800823506 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4583,
/**/

--
In his lifetime van Gogh painted 486 oil paintings. Oddly enough, 8975
of them are to be found in the United States.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages