diff --git a/plugin/vim-ripgrep.vim b/plugin/vim-ripgrep.vim index 7e12922..b7f607e 100644 --- a/plugin/vim-ripgrep.vim +++ b/plugin/vim-ripgrep.vim @@ -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)