Skip to content

Commit b2591c3

Browse files
committed
redraw before echo
Redraw before echoing a progress message. Fixes fatih#1732
1 parent baaa178 commit b2591c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/go/util.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ function! s:echo(msg, hi)
313313
" Tabs display as ^I or <09>, so manually expand them.
314314
let l:msg = map(l:msg, 'substitute(v:val, "\t", " ", "")')
315315

316+
redraw
316317
exe 'echohl ' . a:hi
317318
for line in l:msg
318319
echom "vim-go: " . line

0 commit comments

Comments
 (0)