Set runtime path when signed .vim.local is found

This commit is contained in:
Emmanuel BENOîT 2015-02-23 08:37:26 +01:00
parent 6366ba9d24
commit 7970f863ee

View file

@ -59,7 +59,9 @@ catch /.*/
endtry
echo " -> Using local configuration."
echo " "
let g:vim_local_path = fnamemodify( ".vim.local" , ":p" )
let &g:runtimepath = &g:runtimepath . "," . g:vim_local_path
" Source it
source .vim.local/vimrc