diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 91ffa6e..f2be98e 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -4,11 +4,6 @@ " The functions contained within this file are for internal use only. For the " official API, see the commented functions in plugin/fugitive.vim. -if exists('g:autoloaded_fugitive') - finish -endif -let g:autoloaded_fugitive = 1 - " Section: Utility function! s:function(name) abort