Browse Source

add TODO

events
gmarik 15 years ago
parent
commit
3df2fb7d9f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/vundle/installer.vim

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

@ -36,6 +36,7 @@ func! vundle#installer#install(bang, ...) abort
endf
" TODO: improve this
" TODO: init_bundle should happen first though to get proper bundle name
func! s:find_or_init_by_name(name)
let matches = filter(copy(g:vundle#bundles), 'v:val.name == a:name')
if (!empty(matches))


Loading…
Cancel
Save