From 96c1009fcf8ce60161cc938d149dd5a66d570756 Mon Sep 17 00:00:00 2001 From: Tim Pope <code@tpope.net> Date: Tue, 7 Jun 2022 01:03:24 -0400 Subject: [PATCH] fugitive.vim 3.7 Move "Unpushed" sections above "Unpulled". Show commits that are unpushed anywhere when no upstream is set. Provide czs map as :Git stash push --staged. Support the MSYS Vim bundled with Git for Windows. Turn remaining deprecated commands (:Gbrowse, etc.) into error stubs. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 3a933331..ae7931c6 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.6 +" Version: 3.7 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') -- GitLab