# HG changeset patch # User Bram Moolenaar # Date 1638711902 -3600 # Node ID 013de2ce0e302ac75db48b857049cc6964955a98 # Parent 549cd187f2156ba5df11845f9f2fcb399abb95fa patch 8.2.3745: autochdir test fails without the +channel feature Commit: https://github.com/vim/vim/commit/f661cee847d2c17652b0ad0d703d2e3ac8610265 Author: Dominique Pelle Date: Sun Dec 5 13:40:01 2021 +0000 patch 8.2.3745: autochdir test fails without the +channel feature Problem: Autochdir test fails without the +channel feature. Solution: Remove the ch_logfile() call. (Dominique Pell?, closes https://github.com/vim/vim/issues/9281) diff --git a/src/testdir/test_autochdir.vim b/src/testdir/test_autochdir.vim --- a/src/testdir/test_autochdir.vim +++ b/src/testdir/test_autochdir.vim @@ -26,7 +26,6 @@ func Test_set_filename() endfunc func Test_set_filename_other_window() - call ch_logfile('logfile', 'w') let cwd = getcwd() call test_autochdir() call mkdir('Xa') diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3745, +/**/ 3744, /**/ 3743,