Autochdir support

This commit is contained in:
Emmanuel BENOîT 2015-03-09 21:44:10 +01:00
parent 6b72cbb51c
commit 1970042823

5
cfg/99-autochdir.vim Normal file
View file

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