mirror of
https://github.com/tpope/vim-pathogen.git
synced 2026-05-28 00:21:02 +02:00
Fix missing fold marker
This commit is contained in:
@@ -190,7 +190,7 @@ function! pathogen#incubate(...) " {{{1
|
||||
endfor
|
||||
let &rtp = pathogen#join(pathogen#uniq(list))
|
||||
return 1
|
||||
endfunction
|
||||
endfunction " }}}1
|
||||
|
||||
" Deprecated alias for pathogen#incubate().
|
||||
function! pathogen#runtime_append_all_bundles(...) " {{{1
|
||||
|
||||
Reference in New Issue
Block a user