diff --git a/cfg/99-autochdir.vim b/cfg/99-autochdir.vim new file mode 100644 index 0000000..5b52f4e --- /dev/null +++ b/cfg/99-autochdir.vim @@ -0,0 +1,5 @@ +" Set autochdir, unless there's a local configuration in the current +" directory. +if !exists( "g:vim_local_path" ) + set autochdir +endif