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: grug-far integration not being able to search outside of the cwd #256

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

mikavilpas
Copy link
Owner

There was a bug in the grug-far integration (the default search and replace integration in yazi.nvim) where it was not able to search outside of the current working directory. This was due to the fact that the file path to search in was passed in Files Filter instead of in Flags, which is the correct place to pass the file path.

MagicDuck/grug-far.nvim#146

There was a bug in the grug-far integration (the default search and
replace integration in yazi.nvim) where it was not able to search
outside of the current working directory. This was due to the fact that
the file path to search in was passed in `Files Filter` instead of in
`Flags`, which is the correct place to pass the file path.

MagicDuck/grug-far.nvim#146
@mikavilpas mikavilpas merged commit f446cb8 into main Jul 25, 2024
14 checks passed
@mikavilpas mikavilpas deleted the fix-grug-far-directory-limiting branch July 25, 2024 05:40
This was referenced Jan 23, 2025
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