Patch 8.2.3737
Problem: Test fails without the 'autochdir' option.
Solution: Check that the option is available. (Dominique Pellé, closes #9272)
Files: src/testdir/test_cd.vim
*** ../vim-8.2.3736/src/testdir/test_cd.vim 2021-11-18 20:47:25.814140290
+0000
--- src/testdir/test_cd.vim 2021-12-04 15:09:22.582275646 +0000
***************
*** 226,231 ****
--- 226,233 ----
endfunc
func Test_getcwd_actual_dir()
+ CheckOption autochdir
+
let startdir = getcwd()
call mkdir('Xactual')
call test_autochdir()
*** ../vim-8.2.3736/src/version.c 2021-12-04 15:00:03.444458931 +0000
--- src/version.c 2021-12-04 15:11:11.569966474 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3737,
/**/
--
The budget process was invented by an alien race of sadistic beings who
resemble large cats.
(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/20211204151333.3D89F1C0BCC%40moolenaar.net.