Set runtime path when signed .vim.local is found
This commit is contained in:
parent
6366ba9d24
commit
7970f863ee
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue