From a95f1c11adec2e99d0e1227d3cc4dd1f01362eff Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 18 Jun 2022 21:51:33 -0400 Subject: [PATCH] Remove redundant URL escaping in :GBrowse See b42f95c0c2181ac96c92907235805c1c1bdcd7f2. --- autoload/fugitive.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 0dc210a..0367a99 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -7240,9 +7240,6 @@ function! fugitive#BrowseCommand(line1, count, range, bang, mods, arg, ...) abor else let rev = arg endif - if rev =~? '^\a\a\+:[\/][\/]' && rev !~? '^fugitive:' - let rev = substitute(rev, '\\\@