diff --git a/autoload/vundle/config.vim b/autoload/vundle/config.vim index 74d4363..4d87fd2 100644 --- a/autoload/vundle/config.vim +++ b/autoload/vundle/config.vim @@ -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