-
Notifications
You must be signed in to change notification settings - Fork 7
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
[FR] <PATH> behaviour inconsistent with non-complgen path completion #46
Comments
I appreciate reporting! Will definitely take a look as soon as I find some time |
Could you please post the output of |
And simply a file I just double checked to make sure, and without the file Hope this helps, I can provide Zsh configs if needed. |
Hi, sorry for a late reply. Are you using JIT or AOT mode? Adding completions under zsh ultimately boils down to calling Perhaps you would be willing to contribute a test case for this issue? Tests under
Take a look at |
completes paths in a basic way that isn't identical to path completion for commands where completion isn't made with complgen.
I'm using zsh.
It ignores zstyle settings related to e.g. ignoring case and adding a space after filename completion.
As a side note, I see that
_path_files
is being called in the code so I tried redefining , e.g. for ignoring case:The -M flag seems to be ignored. I'm able to have other flags work, e.g. -F for ignoring patterns. This might be an issue with my setup somehow and not related to complgen.
Thanks for the great project btw, I'm playing around with a (very heuristic) help text parser that goes well with this.
The text was updated successfully, but these errors were encountered: