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 -- b...@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    ///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to