more generic shellpipe to with in bash and fish

This commit is contained in:
Miroslav Shubernetskiy 2019-05-31 09:41:13 -04:00 committed by GitHub
parent ec87af6b69
commit fc41ca22ad
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')