diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim index d55031e..9ee6d59 100644 --- a/autoload/pathogen.vim +++ b/autoload/pathogen.vim @@ -210,7 +210,7 @@ function! pathogen#runtime_append_all_bundles(...) abort " {{{1 else call s:warn('Change pathogen#runtime_append_all_bundles() to pathogen#infect()') endif - return call('pathogen#interpose', map(copy(a:000),'v:val . "/{}"')) + return pathogen#interpose(a:0 ? a:1 . '/{}' : 'bundle/{}') endfunction let s:done_bundles = {}