elves / elvish

Powerful scripting language & versatile interactive shell
https://elv.sh/
BSD 2-Clause "Simplified" License
5.53k stars 297 forks source link

Path completion works for var but not set #1704

Closed iandol closed 1 year ago

iandol commented 1 year ago

In an interactive shell:

~> var test = /User[tab]

and tab completes for a path, but when I try to then use set on the same variable:

error: no candidates
~> set test = /User[tab]

Why does var permit autocomplete of the path but set doesn't?