Skip to content

Commit ff74e52

Browse files
committed
Redraw after git grep
1 parent e99db04 commit ff74e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ function! NonintrusiveGitGrep(term)
515515
" Map 't' to open selected item in new tab
516516
execute "nnoremap <silent> <buffer> t <C-W><CR><C-W>T"
517517
execute "silent! Ggrep " . a:term
518+
execute "redraw!"
518519
endfunction
519520

520521
command! -nargs=1 GGrep call NonintrusiveGitGrep(<q-args>)

0 commit comments

Comments
 (0)