-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
complete -C fails when recursing? #3474
Comments
Yes, I can reproduce this one. I could swear that it has already been reported, but I can't find that report currently. The cause is probably that the inner |
This might be the same issue:
Strangely, the interactive completion |
Apparently fish has never supported recursive calls to |
Users should generally prefer to use complete --wraps but this corrects some unexpected behavior. Fixes fish-shell#3474
Users should generally prefer to use complete --wraps but this corrects some unexpected behavior. Fixes fish-shell#3474
Users should generally prefer to use complete --wraps but this corrects some unexpected behavior. Fixes fish-shell#3474
Users should generally prefer to use complete --wraps but this corrects some unexpected behavior. Fixes fish-shell#3474
fish: 2.3.1, Arch Linux, urxvt 9.22
Enter
complete -C"type p"
: only functions and builtins will get printed.type
has the following completion definition:complete -c type -a "(complete -C(commandline -ct))" -x
Can you confirm the issue?
The text was updated successfully, but these errors were encountered: