From cde670ee81e4fd0945e97111d08a901788c3922b Mon Sep 17 00:00:00 2001 From: Tim Pope <code@tpope.net> Date: Mon, 28 May 2018 14:22:08 -0400 Subject: [PATCH] fugitive.vim 2.3 * Support worktrees. * Provide API for extensible :Gbrowse support. * Remove GitHub URL support in favor of rhubarb.vim. * Provide :Gdelete to delete both file and buffer. * Provide :Grename to move relative to file's parent directory. * Split to open file when :Gstatus is only window. * Provide U in :Gstatus to discard changes. * Provide additional :Gstatus commit maps. * Provide d2o and d3o to obtain diff during conflict. * Support :tab Gcommit. * Open :Gcommit tab before current. * Support :Gdiff +cmd. * Support gf in Git file types. * Add flagship.vim statusline indicator. * Use the Neovim terminal emulator for :Git. * Bug fixes. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 15614707..28b38737 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: 2.2 +" Version: 2.3 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') || &cp -- GitLab