Skip to content

Commit

Permalink
Removed dependency on bash extention.
Browse files Browse the repository at this point in the history
  • Loading branch information
swnakamura committed May 14, 2020
1 parent a52b974 commit 540289c
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 @@ -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')
Expand Down

0 comments on commit 540289c

Please sign in to comment.