Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't depend on bash extension #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tmandry
Copy link

@tmandry tmandry commented Apr 2, 2019

&> is a bash extension (also supported by some other shells, but not all). This adds support for other shells including sh and fish.

I wish there were a cleaner way of doing this, but 2>&1 > doesn't have the desired effect of redirecting stderr properly. I don't know of a way to tell vim to do >filename 2>&1 with shellpipe, although shellredir looks promising.

This adds support for other shells including sh and fish.
swnakamura added a commit to swnakamura/vim-ripgrep that referenced this pull request May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant