diff --git a/plugin/vim-ripgrep.vim b/plugin/vim-ripgrep.vim index 16df83b..25c4c50 100644 --- a/plugin/vim-ripgrep.vim +++ b/plugin/vim-ripgrep.vim @@ -87,7 +87,7 @@ fun! s:RgGrepContext(search, txt) set t_te= set t_ti= if !has("win32") - let &shellpipe="&>" + let &shellpipe="2>&1 | cat >" endif if exists('g:rg_derive_root')