mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
Adjust warning wording
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user