diff --git a/autoload/rhubarb.vim b/autoload/rhubarb.vim index 584185c..40a7383 100644 --- a/autoload/rhubarb.vim +++ b/autoload/rhubarb.vim @@ -301,8 +301,6 @@ function! rhubarb#FugitiveUrl(...) abort return root . '/releases/tag/' . path[15:-1] elseif path =~# '^\.git/refs/remotes/[^/]\+/.' return root . '/commits/' . matchstr(path,'remotes/[^/]\+/\zs.*') - elseif path =~# '^\.git/\%(config$\|hooks\>\)' - return root . '/admin' elseif path =~# '^\.git\>' return root endif