Open dolmen opened 11 years ago
With fish 1.23.1 (from Ubuntu 12.04), the completions for the angel command are not properly erased after angel leave. It looks like complete -c angel -e doesn't work. Seems to be a bug in fish.
fish
angel
angel leave
complete -c angel -e
This is a known fish bug: #380.
The bug is fixed in fish. It will be released in fish 2.2
With
fish
1.23.1 (from Ubuntu 12.04), the completions for theangel
command are not properly erased afterangel leave
. It looks likecomplete -c angel -e
doesn't work. Seems to be a bug infish
.