We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99db04 commit ff74e52Copy full SHA for ff74e52
.vimrc
@@ -515,6 +515,7 @@ function! NonintrusiveGitGrep(term)
515
" Map 't' to open selected item in new tab
516
execute "nnoremap <silent> <buffer> t <C-W><CR><C-W>T"
517
execute "silent! Ggrep " . a:term
518
+ execute "redraw!"
519
endfunction
520
521
command! -nargs=1 GGrep call NonintrusiveGitGrep(<q-args>)
0 commit comments