mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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)
f661cee847
This commit is contained in:
parent
8262de0b48
commit
1a5409db0d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user