$<TAB>
completing variables which fuzzily-match the word "history" is slow
#6288
Labels
Milestone
$<TAB>
completing variables which fuzzily-match the word "history" is slow
#6288
Using 4f1fa95
I have around ~1100 environment variables exported in both bash and fish (not manually! various scripts automatically export them e.g. https://github.com/techwizrd/fishmarks). Fish is significantly slower than bash.
Pretty simple to repro:
$<TAB>
takes ~3-5 secondscomplete -C '$'
is instant$<TAB>
is instant.What's going on? I suspect it's the fact that<TAB>
is filling in the description as well, while fish'scomplete
/ bash don't deal with descriptions. If that's the case I suppose there's not too much we can do about speeding it up?Edit: Figured it out...
The text was updated successfully, but these errors were encountered: