From 5a24c2527584e4e61a706ad7ecb3514ac7031307 Mon Sep 17 00:00:00 2001
From: Tim Pope <code@tpope.net>
Date: Thu, 25 Nov 2021 14:53:57 -0500
Subject: [PATCH] fugitive.vim 3.6

* Fix support for older Vim 7 patch levels.
* Support copies on :Gclog --follow.
---
 plugin/fugitive.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
index 2a1f3329..6bfadeda 100644
--- a/plugin/fugitive.vim
+++ b/plugin/fugitive.vim
@@ -1,6 +1,6 @@
 " fugitive.vim - A Git wrapper so awesome, it should be illegal
 " Maintainer:   Tim Pope <http://tpo.pe/>
-" Version:      3.5
+" Version:      3.6
 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
 
 if exists('g:loaded_fugitive')
-- 
GitLab