diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-06 08:10:31 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-03-07 06:43:03 +0800 |
commit | 1a5409db0d21c2cf4fe59c825ed73d8a64f62693 (patch) | |
tree | 04f17ff640be963b7d5dc60c3583297dcc0f4e0d | |
parent | 8262de0b489d5b9b5f6c99c1016b62d4e72a899b (diff) | |
download | rneovim-1a5409db0d21c2cf4fe59c825ed73d8a64f62693.tar.gz rneovim-1a5409db0d21c2cf4fe59c825ed73d8a64f62693.tar.bz2 rneovim-1a5409db0d21c2cf4fe59c825ed73d8a64f62693.zip |
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
-rw-r--r-- | src/nvim/testdir/test_autochdir.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_autochdir.vim b/src/nvim/testdir/test_autochdir.vim index 7f1ed34b36..8f61224a13 100644 --- 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') |