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