This commit is contained in:
Tyler Mandry 2021-12-13 15:56:27 -05:00 committed by GitHub
commit ef79a2e523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,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')