Browse Source

remove reload_bundles at all

BundleMake
gmarik 13 years ago
parent
commit
1874255efd
2 changed files with 0 additions and 9 deletions
  1. +0
    -1
      README.md
  2. +0
    -8
      autoload/vundle/installer.vim

+ 0
- 1
README.md View File

@ -131,7 +131,6 @@ see [wiki](/gmarik/vundle/wiki)
* allow specify revision/version?
* search by description as well
* show description in search results
* [REMOVE] instead sourcing .vimrc before installation come up with another solution
* make it rock!
[Vundle]:http://github.com/gmarik/vundle


+ 0
- 8
autoload/vundle/installer.vim View File

@ -90,7 +90,6 @@ func! vundle#installer#helptags(bundles) abort
endf
func! vundle#installer#list(bang) abort
let bundles = (a:bang) ? s:reload_bundles() : g:bundles
call vundle#scripts#view('list', ['" My Bundles'], map(copy(g:bundles), 'v:val.name_spec'))
redraw!
echo len(g:bundles).' bundles configured'
@ -142,13 +141,6 @@ func! vundle#installer#delete(bang, dir_name) abort
endif
endf
func! s:reload_bundles()
" TODO: obtain Bundles without sourcing .vimrc
if filereadable($MYVIMRC)| silent source $MYVIMRC | endif
if filereadable($MYGVIMRC)| silent source $MYGVIMRC | endif
return g:bundles
endf
func! s:has_doc(rtp) abort
return isdirectory(a:rtp.'/doc')
\ && (!filereadable(a:rtp.'/doc/tags') || filewritable(a:rtp.'/doc/tags'))


|||||||
x
 
000:0
Loading…
Cancel
Save