This commit is contained in:
Miroslav Shubernetskiy 2021-12-13 15:56:27 -05:00 committed by GitHub
commit 0da45ca4c6
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 >"
endif
if exists('g:rg_derive_root')