heavim/cfg/99-autochdir.vim

5 lines
136 B
VimL

" Set autochdir, unless there's a local configuration in the current
" directory.
if !exists( "g:vim_local_path" )
set autochdir
endif