To: vim_dev@googlegroups.com Subject: Patch 9.0.0180 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///