Allow for :exe pathogen#infect()

Idea: Return 'finish' here if an environment variable says to skip the
rest of the vimrc.
This commit is contained in:
Tim Pope
2013-01-01 21:29:22 -05:00
parent 1b46b4f991
commit 47523d9bc0
+1
View File
@@ -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.