Skip to content

Commit 26271e2

Browse files
committed
more generic shellpipe to with in bash and fish jremmen#42
jremmen#42
1 parent 338771e commit 26271e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vim-ripgrep.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fun! s:RgGrepContext(search, txt)
8787
set t_te=
8888
set t_ti=
8989
if !has("win32")
90-
let &shellpipe="&>"
90+
let &shellpipe="2>&1 | cat >"
9191
endif
9292

9393
if exists('g:rg_derive_root')

0 commit comments

Comments
 (0)