To: vim_dev@googlegroups.com Subject: Patch 8.2.3737 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///