Browse Source

0

pull/179/head
Rykka 14 years ago
parent
commit
3e68f79bf5
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      test/win_localrc.vim

+ 3
- 7
test/win_localrc.vim View File

@ -38,13 +38,9 @@ runtime macros/matchit.vim
" set it to 1 then vundle will only adding the localbundle dir to &rtp.
let g:vundle_local = 1
" set the default localbundle directory
let g:vundle_local_dir = '~/.vim/localbundle'
if filereadable(expand(g:vundle_local_dir)."/autoload/vundle.vim")
exe 'set rtp^='.g:vundle_local_dir
exe 'set rtp+='.g:vundle_local_dir.'/after'
else
exec 'set rtp+='.root.'/vundle'
endif
"let g:vundle_local_dir = '~/.vim/localbundle'
exec 'set rtp+='.root.'/vundle'
call vundle#rc(root)


Loading…
Cancel
Save