diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index fbdb0e9..e98f437 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -304,6 +304,9 @@ function! s:ProjectionistDetect() abort endif endfunction +if v:version + has('patch061') < 703 + runtime! autoload/fugitive.vim +endif let g:io_fugitive = { \ 'simplify': function('fugitive#simplify'), \ 'resolve': function('fugitive#resolve'),