From 34b4567be4796747efb77c4cbf71d9bf2c27d43b Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 11 Jan 2013 23:39:26 -0500 Subject: [PATCH] Fix missing fold marker --- autoload/pathogen.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim index 6071663..bdab0c2 100644 --- a/autoload/pathogen.vim +++ b/autoload/pathogen.vim @@ -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