Patch 9.0.0180
Problem: Stray logfile appears when running tests.
Solution: Remove ch_logfile() calls.
Files: src/testdir/test_textprop.vim
*** ../vim-9.0.0179/src/testdir/test_textprop.vim 2022-08-09
18:24:58.598059458 +0100
--- src/testdir/test_textprop.vim 2022-08-09 19:28:30.093658300 +0100
***************
*** 974,985 ****
call assert_equal(1489, line2byte(400))
bwipe!
- call ch_logfile('logfile', 'w')
" Add many lines so that the data block is split.
" With and without props should give the same result.
call Run_test_with_line2byte(0)
call Run_test_with_line2byte(1)
- call ch_logfile('', 'w')
call prop_type_delete('comment')
endfunc
--- 974,983 ----
*** ../vim-9.0.0179/src/version.c 2022-08-09 18:24:58.598059458 +0100
--- src/version.c 2022-08-09 19:29:25.237495488 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 180,
/**/
--
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/20220809183047.5B7811C0EC3%40moolenaar.net.