Don't depend on bash extension

This adds support for other shells including sh and fish.
This commit is contained in:
Tyler Mandry 2019-04-01 18:31:04 -07:00
parent ec87af6b69
commit 34a1b21b3e

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')