From 427ac52d7dab4f0950da0662416561095d6cc15d Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 10 Oct 2019 19:47:39 -0400 Subject: [PATCH] fugitive.vim 3.1 * Commands are now global, not buffer local. * Calling a command in an unnamed buffer uses the working directory. * Preserve line number on :Gedit to return to work tree buffer. * Better submodule support in :Gstatus. * Support git-blame revision ignoring features. * Show first parent diff in merge commit buffer. * Remove deprecated support for .git/tags. * Bug fixes. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 60b640e..fa973f4 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 -" Version: 3.0 +" Version: 3.1 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') -- 2.11.4.GIT