To: vim_dev@googlegroups.com Subject: Patch 8.0.1463 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1463 Problem: Test fails without 'autochdir' option. Solution: Skip test if 'autochdir' is not supported. Files: src/testdir/test_autocmd.vim *** ../vim-8.0.1462/src/testdir/test_autocmd.vim 2018-02-03 17:36:22.634091794 +0100 --- src/testdir/test_autocmd.vim 2018-02-03 20:10:18.269488632 +0100 *************** *** 1232,1237 **** --- 1232,1240 ---- endfunc function Test_dirchanged_auto() + if !exists('+autochdir') + return + endif call s:Before_test_dirchanged() call test_autochdir() autocmd test_dirchanged DirChanged auto call add(s:li, "auto:") *** ../vim-8.0.1462/src/version.c 2018-02-03 19:17:32.760662043 +0100 --- src/version.c 2018-02-03 20:11:06.985116318 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1463, /**/ -- Back up my hard drive? I can't find the reverse switch! /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///