Skip to content

Commit

Permalink
Use "+ instead of "*
Browse files Browse the repository at this point in the history
  • Loading branch information
aripollak authored and tpope committed Apr 6, 2016
1 parent 57afba5 commit 841adb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/fugitive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@ function! s:Browse(bang,line1,count,...) abort
let url = s:gsub(url, '[ <>]', '\="%".printf("%02X",char2nr(submatch(0)))')
if a:bang
if has('clipboard')
let @* = url
let @+ = url
endif
return 'echomsg '.string(url)
elseif exists(':Browse') == 2
Expand Down

0 comments on commit 841adb4

Please sign in to comment.