From 540289c3b33c8aff7aecf60265b645e195394a44 Mon Sep 17 00:00:00 2001 From: woodyZootopia Date: Thu, 14 May 2020 20:16:07 +0900 Subject: [PATCH] Removed dependency on bash extention. Inspired by #40 (https://github.com/jremmen/vim-ripgrep/pull/40/files) and #42 --- 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 3d09e7e..5df18bf 100644 --- a/plugin/vim-ripgrep.vim +++ b/plugin/vim-ripgrep.vim @@ -110,7 +110,7 @@ fun! s:RgGrepContext(search, txt) set t_te= set t_ti= if !has("win32") - let &shellpipe="&>" + let &shellpipe="2>&1 | cat >" endif if exists('g:rg_derive_root')