Patch 8.2.3737

5 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 4, 2021, 10:13:36 AM12/4/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages