Adjust warning wording

This commit is contained in:
Tim Pope
2019-09-03 23:50:25 -04:00
parent c80ffaf073
commit 2eb6aac0c4

View File

@@ -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