From fc41ca22ad23c5efe5a34d512702bceeba407e7d Mon Sep 17 00:00:00 2001 From: Miroslav Shubernetskiy Date: Fri, 31 May 2019 09:41:13 -0400 Subject: [PATCH] more generic shellpipe to with in bash and fish --- plugin/vim-ripgrep.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-ripgrep.vim b/plugin/vim-ripgrep.vim index 9bc029d..aaa4d2e 100644 --- a/plugin/vim-ripgrep.vim +++ b/plugin/vim-ripgrep.vim @@ -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')