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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220316202632.07BC91C0497%40moolenaar.net.