changeset 26412:40f6330abc2c v8.2.3737

patch 8.2.3737: test fails without the 'autochdir' option Commit: https://github.com/vim/vim/commit/8dea145e39a2569153cb63487d3403a46a882189 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Dec 4 15:12:40 2021 +0000 patch 8.2.3737: test fails without the 'autochdir' option Problem: Test fails without the 'autochdir' option. Solution: Check that the option is available. (Dominique Pell?, closes https://github.com/vim/vim/issues/9272)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Dec 2021 16:15:04 +0100
parents 125646ad3449
children 34ebe97c3bd5
files src/testdir/test_cd.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_cd.vim
+++ b/src/testdir/test_cd.vim
@@ -226,6 +226,8 @@ func Test_cd_unknown_dir()
 endfunc
 
 func Test_getcwd_actual_dir()
+  CheckOption autochdir
+
   let startdir = getcwd()
   call mkdir('Xactual')
   call test_autochdir()
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3737,
+/**/
     3736,
 /**/
     3735,