changeset 26428:013de2ce0e30 v8.2.3745

patch 8.2.3745: autochdir test fails without the +channel feature Commit: https://github.com/vim/vim/commit/f661cee847d2c17652b0ad0d703d2e3ac8610265 Author: Dominique Pelle <dominique.pelle@gmail.com> 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 14:45:02 +0100
parents 549cd187f215
children a79055d7f518
files src/testdir/test_autochdir.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')
--- 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,