-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Inconsistent syntax with original fzf #52
Comments
I don't guarantee completeness: https://github.com/nvim-telescope/telescope-fzf-native.nvim#disclaimer because its not a 1:1 copy of the go code. But this looks like a bug in my prompt parsing. I'll look into it if i find the time |
finally found some time fixing this issue: #56 Could you try out this PR? dont forget to rerun make :) Thanks Also please mention if you found any regressions, the tests dont indicate any but i am not sure right now. I havent looked at this code in a while |
|
Yes, there are still some problems. |
Combination of NOT (
!
) operator and OR (|
) works differently than in vanilla fzf.For example (on this repo with default telescope + fzf-native config):
whereas command line fzf gives me
The text was updated successfully, but these errors were encountered: