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

View file

@ -88,6 +88,9 @@ fun! s:RgGrepContext(search, txt)
if !has("win32")
let &shellpipe="&>"
endif
if ($shell == "/bin/fish")
let &shellpipe="&"
endif
if exists('g:rg_derive_root')
call s:RgPathContext(a:search, a:txt)