mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2026-01-06 18:44:56 +08:00
Merge fc41ca22ad into 2bb2425387
This commit is contained in:
commit
0da45ca4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ fun! s:RgGrepContext(search, txt)
|
||||||
set t_te=
|
set t_te=
|
||||||
set t_ti=
|
set t_ti=
|
||||||
if !has("win32")
|
if !has("win32")
|
||||||
let &shellpipe="&>"
|
let &shellpipe="2>&1 >"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists('g:rg_derive_root')
|
if exists('g:rg_derive_root')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue