motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 6c0649ed9b38ebe58656f052fed9be838edcd4c4 (tree)
parent 7991e832a3a603b959734923c8328f27883f7044
Author: Tim Pope <code@tpope.net>
Date:   Fri, 12 Aug 2011 17:50:58 -0400

Fix redraw issue after :Gbrowse

Diffstat:
Mplugin/fugitive.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1549,7 +1549,7 @@ function! s:Browse(bang,line1,count,...) abort let @* = url return 'echomsg '.string(url) 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 catch /^fugitive:/ return 'echoerr v:errmsg'