Skip to content

Commit

Permalink
more generic shellpipe to with in bash and fish jremmen#42
Browse files Browse the repository at this point in the history
  • Loading branch information
svranesevic committed Sep 14, 2023
1 parent 338771e commit 26271e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-ripgrep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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')
Expand Down

0 comments on commit 26271e2

Please sign in to comment.