6 lines
136 B
VimL
6 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
|