Do not ship vendored fish completion
Description:
The packaged completion for the fish shell shadows the completion provided by the fish package since 4.0.2. That version automatically checks whether dynamic completion is available and if this is not the case, falls back to the old one. As vendored completions have a higher priority, the non-dynamic completion is always used.
Additional info:
- package version(s): 0.29.0
Steps to reproduce:
- install jujutsu
- go to any repository
- issue
jj new --after
and hit tab
In the case of dynamic completion this should suggest bookmarks, tags, ... Currently, it suggests files which is not helpful.