From 21ed53300186ae7cdfae8714fafe822097039bd7 Mon Sep 17 00:00:00 2001 From: Tim Pope <code@tpope.net> Date: Tue, 21 Jan 2020 04:33:16 -0500 Subject: [PATCH] fugitive.vim 3.2 * Provide :Git mergetool to load conflicts into quickfix list. * Provide :Git difftool to load arbitrary changesets into quickfix list. * Call FugitiveBlob/FugitiveCommit/etc autocommands on Fugitive buffer load. * :Git --paginate display results in temp buffer. * :Git --no-pager no longer displays results in temp buffer. * Accomodate loading Fugitive buffers in popup window. * Better PowerShell support. * Bug fixes. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index f165c8ff..bda41d3f 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.1 +" Version: 3.2 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') -- GitLab