Make plugins_config use relative path
This commit is contained in:
parent
248333fc64
commit
1886475fd2
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
" => Load pathogen paths
|
" => Load pathogen paths
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
call pathogen#infect('~/.vim_runtime/sources_forked/{}')
|
let s:vim_runtime = expand('<sfile>:p:h')."/.."
|
||||||
call pathogen#infect('~/.vim_runtime/sources_non_forked/{}')
|
call pathogen#infect(s:vim_runtime.'/sources_forked/{}')
|
||||||
|
call pathogen#infect(s:vim_runtime.'/sources_non_forked/{}')
|
||||||
call pathogen#helptags()
|
call pathogen#helptags()
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
|
|
Loading…
Reference in a new issue