From 190d8f6647671d429c591eb6aa020a6320f48d20 Mon Sep 17 00:00:00 2001 From: Tim Pope <code@tpope.net> Date: Mon, 15 Feb 2010 14:03:22 -0500 Subject: [PATCH] fugitive.vim 1.0 --- plugin/fugitive.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 30af4f6c..36ad67fa 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1,5 +1,7 @@ " fugitive.vim - A Git wrapper so awesome, it should be illegal " Maintainer: Tim Pope <vimNOSPAM@tpope.org> +" Version: 1.0 +" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive') || &cp finish -- GitLab