mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Fix redraw issue after :Gbrowse
This commit is contained in:
@@ -1549,7 +1549,7 @@ function! s:Browse(bang,line1,count,...) abort
|
|||||||
let @* = url
|
let @* = url
|
||||||
return 'echomsg '.string(url)
|
return 'echomsg '.string(url)
|
||||||
else
|
else
|
||||||
return 'echomsg '.string(url).'|silent Git web--browse '.shellescape(url,1)
|
return 'echomsg '.string(url).'|call fugitive#buffer().repo().git_chomp("web--browse",'.string(url).')'
|
||||||
endif
|
endif
|
||||||
catch /^fugitive:/
|
catch /^fugitive:/
|
||||||
return 'echoerr v:errmsg'
|
return 'echoerr v:errmsg'
|
||||||
|
|||||||
Reference in New Issue
Block a user