mirror of
https://github.com/tpope/vim-pathogen.git
synced 2026-05-28 00:21:02 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user