To: vim_dev@googlegroups.com Subject: Patch 8.2.3745 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3745 Problem: Autochdir test fails without the +channel feature. Solution: Remove the ch_logfile() call. (Dominique Pellé, closes #9281) Files: src/testdir/test_autochdir.vim *** ../vim-8.2.3744/src/testdir/test_autochdir.vim 2021-12-05 12:39:15.094817940 +0000 --- src/testdir/test_autochdir.vim 2021-12-05 13:38:29.560861158 +0000 *************** *** 26,32 **** endfunc func Test_set_filename_other_window() - call ch_logfile('logfile', 'w') let cwd = getcwd() call test_autochdir() call mkdir('Xa') --- 26,31 ---- *** ../vim-8.2.3744/src/version.c 2021-12-05 13:21:14.650456565 +0000 --- src/version.c 2021-12-05 13:39:42.788824543 +0000 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 3745, /**/ -- Engineers are widely recognized as superior marriage material: intelligent, dependable, employed, honest, and handy around the house. (Scott Adams - The Dilbert principle) /// 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 ///