You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: