From d527faa6cbb2f3842a0dfb1c93e3d209312222f8 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 14 Feb 2010 14:16:30 -0500 Subject: [PATCH] Update tag line --- doc/fugitive.txt | 2 +- plugin/fugitive.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 2301e24..a2074e3 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -1,4 +1,4 @@ -*fugitive.txt* a Git wrapper so awesome, it should be illegal +*fugitive.txt* A Git wrapper so awesome, it should be illegal Author: Tim Pope *fugitive-author* License: Same terms as Vim itself (see |license|) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 26d2c12..4ade28d 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1,4 +1,4 @@ -" fugitive.vim - Fugitive +" fugitive.vim - A Git wrapper so awesome, it should be illegal " Maintainer: Tim Pope if (exists("g:loaded_fugitive") && g:loaded_fugitive) || &cp