This commit is contained in:
gerryqd 2018-01-10 03:19:41 +00:00 committed by GitHub
commit 967a7c58e7

View file

@ -35,7 +35,7 @@ endfun
fun! s:RgSearch(txt)
silent! exe 'grep! ' . a:txt
if len(getqflist())
copen
botright copen
redraw!
if exists('g:rg_highlight')
call s:RgHighlight(a:txt)