]> granicus.if.org Git - vim/commitdiff
patch 8.2.3745: autochdir test fails without the +channel feature v8.2.3745
authorDominique Pelle <dominique.pelle@gmail.com>
Sun, 5 Dec 2021 13:40:01 +0000 (13:40 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 13:40:01 +0000 (13:40 +0000)
Problem:    Autochdir test fails without the +channel feature.
Solution:   Remove the ch_logfile() call. (Dominique PellĂ©, closes #9281)

src/testdir/test_autochdir.vim
src/version.c

index e7a688567631f06c54d7834f2960bbcb7d49e262..861db7247a63187454d2d96e7a198989f4b47c5a 100644 (file)
@@ -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')
index da1bc2dfd92eaac36bd27da0e9adeede14e94c61..54baf7b167bc2d4cd5fe03b124c3903fbdc7efcb 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3745,
 /**/
     3744,
 /**/