From 2eb6aac0c49c792bfd2a1886445f949dbe11e465 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 3 Sep 2019 23:50:25 -0400 Subject: [PATCH] Adjust warning wording --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 49ae456..65cf84c 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -5856,7 +5856,7 @@ function! fugitive#Init() abort if filereadable(actualdir . 'tags') let s:tags_warning = 1 echohl WarningMsg - echo "Fugitive has removed .git/tags support in favor of `:set tags^=./.git/tags;`" + echo "Fugitive .git/tags support removed in favor of `:set tags^=./.git/tags;`" echohl NONE endif endif