From 47523d9bc00ef042c64cfc4ce35f65d6d329a1f6 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 1 Jan 2013 21:29:22 -0500 Subject: [PATCH] Allow for :exe pathogen#infect() Idea: Return 'finish' here if an environment variable says to skip the rest of the vimrc. --- autoload/pathogen.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim index 530ec7e..abafcae 100644 --- a/autoload/pathogen.vim +++ b/autoload/pathogen.vim @@ -28,6 +28,7 @@ function! pathogen#infect(...) abort " {{{1 call pathogen#runtime_append_all_bundles(source_path) endif call pathogen#cycle_filetype() + return '' endfunction " }}}1 " Split a path into a list.