Removed autochdir

I no longer use it because having NERDtree is better.
This commit is contained in:
Emmanuel BENOîT 2020-05-07 12:47:03 +02:00
parent a0c8e75b8f
commit 8e9d456a92

View file

@ -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