diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index dedce25..068bd2b 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -85,7 +85,7 @@ function! fugitive#UrlDecode(str) abort endfunction function! s:UrlEncode(str) abort - return substitute(a:str, '[%#?&;+\<> [:cntrl:]]', '\=printf("%%%02X", char2nr(submatch(0)))', 'g') + return substitute(a:str, '[%#?&;+=\<> [:cntrl:]]', '\=printf("%%%02X", char2nr(submatch(0)))', 'g') endfunction function! s:PathUrlEncode(str) abort