Skip to content

Commit

Permalink
Merge pull request #743 from gonzaloserrano/fix/vundle
Browse files Browse the repository at this point in the history
Adapt to last vundle changes
  • Loading branch information
Johnny Robeson committed Apr 2, 2015
2 parents 01242bd + bac41eb commit 80f430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
" Add an UnBundle command {
function! UnBundle(arg, ...)
let bundle = vundle#config#init_bundle(a:arg, a:000)
call filter(g:bundles, 'v:val["name_spec"] != "' . a:arg . '"')
call filter(g:vundle#bundles, 'v:val["name_spec"] != "' . a:arg . '"')
endfunction

com! -nargs=+ UnBundle
Expand Down

0 comments on commit 80f430d

Please sign in to comment.