From 2a817bb53a8d0fc14762d345527a7fd5ac8d57cc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 25 Jun 2018 18:03:02 -0400 Subject: [PATCH] Fix :Gbrowse tagname --- autoload/fugitive.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 381e9c0..aebbfb5 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -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:'