commit 1a5409db0d21c2cf4fe59c825ed73d8a64f62693
parent 8262de0b489d5b9b5f6c99c1016b62d4e72a899b
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun, 6 Mar 2022 08:10:31 +0800
vim-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 vim/vim#9281)
https://github.com/vim/vim/commit/f661cee847d2c17652b0ad0d703d2e3ac8610265
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/nvim/testdir/test_autochdir.vim b/src/nvim/testdir/test_autochdir.vim
@@ -28,7 +28,6 @@ endfunc
func Test_set_filename_other_window()
CheckFunction test_autochdir
- call ch_logfile('logfile', 'w')
let cwd = getcwd()
call test_autochdir()
call mkdir('Xa')