heavim/cfg/99-autochdir.vim

6 lines
136 B
VimL
Raw Normal View History

2015-03-09 21:44:10 +01:00
" Set autochdir, unless there's a local configuration in the current
" directory.
if !exists( "g:vim_local_path" )
set autochdir
endif