mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Fix :Gbrowse tagname
This commit is contained in:
@@ -2222,6 +2222,9 @@ function! s:Browse(bang,line1,count,...) abort
|
||||
else
|
||||
let expanded = s:buffer().expand(rev)
|
||||
endif
|
||||
if filereadable(s:repo().tree('refs/tags/' . expanded))
|
||||
let expanded = 'refs/tags/' . expanded
|
||||
endif
|
||||
let full = s:repo().translate(expanded)
|
||||
let commit = ''
|
||||
if full =~? '^fugitive:'
|
||||
|
||||
Reference in New Issue
Block a user