From 53d6ba99bcbc8d30780eb264ed4759ad0adb3d12 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 11 Apr 2025 10:40:28 -0400 Subject: [PATCH] Remove unnecessary include guard --- autoload/fugitive.vim | 5 ----- 1 file changed, 5 deletions(-) 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