I'm running fish 3.6.0.
In previous versions, complete -C 'cd ..' yielded ../.
After updating to 3.6.0, it no longer works.
This is mildly inconvenient, as I've developed a muscle memory of <tab>ing in between folders instead of typing directly /. That way, I can either write a partial name or full name and / gets added automatically.
Also this is incongruent, because parent folder is treated different from other folders:
This works:
This does not:
Strangely, complete -C '..' yields perl5.36.0 ???
This may be related to #9220
I'm running fish 3.6.0.
In previous versions,
complete -C 'cd ..'yielded../.After updating to 3.6.0, it no longer works.
This is mildly inconvenient, as I've developed a muscle memory of
<tab>ing in between folders instead of typing directly/. That way, I can either write a partial name or full name and/gets added automatically.Also this is incongruent, because parent folder is treated different from other folders:
This works:
This does not:
Strangely,
complete -C '..'yieldsperl5.36.0???This may be related to #9220