commit 2eb6aac0c49c792bfd2a1886445f949dbe11e465 (tree) parent c80ffaf0736cd36a7a920fe08291356d99b6eb13 Author: Tim Pope <code@tpope.net> Date: Tue, 3 Sep 2019 23:50:25 -0400 Adjust warning wording Diffstat:
| M | autoload/fugitive.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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