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

fix(flygrep): use current directory when none specified for ripgrep. #4410

Merged
merged 2 commits into from
Aug 19, 2021

Conversation

kayleg
Copy link
Contributor

@kayleg kayleg commented Aug 19, 2021

PR Prelude

Thank you for working on SpaceVim! :)

Please complete these steps and check these boxes before filing your PR:

  • I have read and understood SpaceVim's CONTRIBUTING document.
  • I have read and understood SpaceVim's CODE_OF_CONDUCT document.
  • I understand my PR may be closed if it becomes obvious I didn't actually perform all of these steps.

Why this change is necessary and useful?

With Ripgrep's breaking change, flygrep won't provide search results unless a directory is specified as it expects input from stdin
See BurntSushi/ripgrep#1892
The suffix was already applied for windows systems and should be applied for other systems too.
The expected behavior is maintained for ag (tested on OS X)

@kayleg kayleg changed the title fix(flygrep): use current directory when none specified. Refs https:/… fix(flygrep): use current directory when none specified for ripgrep. Aug 19, 2021
@wsdjeg wsdjeg merged commit d9524d5 into SpaceVim:master Aug 19, 2021
@wsdjeg
Copy link
Member

wsdjeg commented Aug 19, 2021

merged, thanks

@kayleg kayleg deleted the fix/flygrep-ripgrep branch September 15, 2021 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants