summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2021-12-05 13:40:01 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-05 13:40:01 +0000
commitf661cee847d2c17652b0ad0d703d2e3ac8610265 (patch)
tree396916e3f1aaf50d704b1884944df71b6561b07e
parentf645ee47c85940d05f492a1b3932fbcdfd4204b3 (diff)
patch 8.2.3745: autochdir test fails without the +channel featurev8.2.3745
Problem: Autochdir test fails without the +channel feature. Solution: Remove the ch_logfile() call. (Dominique Pellé, closes #9281)
-rw-r--r--src/testdir/test_autochdir.vim1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/test_autochdir.vim b/src/testdir/test_autochdir.vim
index e7a6885676..861db7247a 100644
--- 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
index da1bc2dfd9..54baf7b167 100644
--- 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,