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

Completion for path should trigger for paths with variables #8442

Closed
volkov opened this issue Nov 14, 2021 · 0 comments
Closed

Completion for path should trigger for paths with variables #8442

volkov opened this issue Nov 14, 2021 · 0 comments

Comments

@volkov
Copy link

volkov commented Nov 14, 2021

fish, version 3.3.1
xterm-256color
Ubuntu 20.04.3 LTS

After #6001 completion registered via path work for relative directories: complete -p /home/user/myscript ... would work for ./mysript and for /home/user/myscript, but not for $HOME/myscript or ~/mysript.

In file completion variables are resolved. I think it's good idea to respect variables for custom completions.

@krobelus krobelus added this to the fish 3.4.0 milestone Nov 27, 2021
krobelus added a commit that referenced this issue Nov 27, 2021
Not strictly an interactive feature but fits better here?
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants