Patch 8.2.3745
Problem: Autochdir test fails without the +channel feature.
Solution: Remove the ch_logfile() call. (Dominique Pellé, closes #9281)
Files: src/testdir/test_autochdir.vim
*** ../vim-8.2.3744/src/testdir/test_autochdir.vim 2021-12-05
12:39:15.094817940 +0000
--- src/testdir/test_autochdir.vim 2021-12-05 13:38:29.560861158 +0000
***************
*** 26,32 ****
endfunc
func Test_set_filename_other_window()
- call ch_logfile('logfile', 'w')
let cwd = getcwd()
call test_autochdir()
call mkdir('Xa')
--- 26,31 ----
*** ../vim-8.2.3744/src/version.c 2021-12-05 13:21:14.650456565 +0000
--- src/version.c 2021-12-05 13:39:42.788824543 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3745,
/**/
--
Engineers are widely recognized as superior marriage material: intelligent,
dependable, employed, honest, and handy around the house.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211205134107.23CCF1C0BD1%40moolenaar.net.