mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Adjust warning wording
This commit is contained in:
@@ -5856,7 +5856,7 @@ function! fugitive#Init() abort
|
|||||||
if filereadable(actualdir . 'tags')
|
if filereadable(actualdir . 'tags')
|
||||||
let s:tags_warning = 1
|
let s:tags_warning = 1
|
||||||
echohl WarningMsg
|
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
|
echohl NONE
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user