mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-26 19:45:29 +08:00
more generic shellpipe to with in bash and fish
This commit is contained in:
parent
ec87af6b69
commit
fc41ca22ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue