mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-09 12:03:47 -05:00
Remove unnecessary include guard
This commit is contained in:
@@ -4,11 +4,6 @@
|
|||||||
" The functions contained within this file are for internal use only. For the
|
" The functions contained within this file are for internal use only. For the
|
||||||
" official API, see the commented functions in plugin/fugitive.vim.
|
" official API, see the commented functions in plugin/fugitive.vim.
|
||||||
|
|
||||||
if exists('g:autoloaded_fugitive')
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
let g:autoloaded_fugitive = 1
|
|
||||||
|
|
||||||
" Section: Utility
|
" Section: Utility
|
||||||
|
|
||||||
function! s:function(name) abort
|
function! s:function(name) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user