mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-27 12:15:36 +08:00
Merge 9ff07cf4ec into 2bb2425387
This commit is contained in:
commit
df262df3eb
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue