Autochdir support
This commit is contained in:
parent
6b72cbb51c
commit
1970042823
1 changed files with 5 additions and 0 deletions
5
cfg/99-autochdir.vim
Normal file
5
cfg/99-autochdir.vim
Normal 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
|
Loading…
Reference in a new issue