Fix missing fold marker

This commit is contained in:
Tim Pope
2013-01-11 23:39:26 -05:00
parent f467f117c1
commit 34b4567be4
+1 -1
View File
@@ -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