From df103dc5959ee50ddf5e10bc7c0fd5431799d5c5 Mon Sep 17 00:00:00 2001 From: Tim Pope <code@tpope.net> Date: Tue, 24 Jun 2014 16:38:01 -0400 Subject: [PATCH] fugitive.vim 2.1 * Fix :Gdiff horizontal/vertical disposition. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 510cb851..8f5a5e88 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.0 +" Version: 2.1 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') || &cp -- GitLab