From cd67d087df560a2cbf02cf74fbb937797d4ae797 Mon Sep 17 00:00:00 2001 From: Tim Pope <code@tpope.net> Date: Mon, 15 Nov 2021 00:17:52 -0500 Subject: [PATCH] fugitive.vim 3.5 * Lazy initialization. * Make status buffer diff retrieval asynchronous. * Support jump to diff from :Git log --name-status. * Use smudge filters when viewing blobs. * Provide User FugitiveEditor event. * Provide FugitiveRemote() API function. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 09236ae1..447febb9 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.4 +" Version: 3.5 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') -- GitLab