From 34719016ec934609387e90804ad49b3d221f0b19 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 20 Jan 2015 01:37:22 -0500 Subject: [PATCH] fugitive.vim 2.2 * Provide :Gpush, :Gfetch, :Gmerge, and Gpull. * Use -L to handle :Glog range. * :Gcommit -v opens message in new tab. * API for custom :Gbrowse handlers. * Invoke :Browse if available to open URL. * Colorize hashes in :Gblame buffer. * Set cursorbind and nobuflisted in :Gblame buffers. * :Gblame in blame buffer toggles buffer. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 7ef5a92..c880351 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: 2.1 +" Version: 2.2 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') || &cp