Browse Source

Remove no longer used internal functions

pull/98/head
Rainux Luo 14 years ago
parent
commit
6d3830f9e8
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      autoload/vundle/config.vim

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

@ -64,14 +64,6 @@ func! s:parse_name(arg)
return {'name': name, 'uri': uri, 'name_spec': arg }
endf
func! s:rtp_rm_a()
call filter(copy(g:bundles), 's:rtp_rm(v:val)')
endf
func! s:rtp_add_a()
call filter(reverse(copy(g:bundles)), 's:rtp_add(v:val)')
endf
func! s:rtp_rm(bundles) abort
for bundle in a:bundles
exec 'set rtp-='.bundle.escaped_rtpath


Loading…
Cancel
Save