You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the git completions are partly incomplete (and they are always going to be, because git is massive).
fish_update_completions doesn't help.
That's expected, because the git completions are hand-written. I don't think it's possible to write a man page parser that generates completions to this level.
Reproduction Steps:
rm -rf ~/.config/fish; rm -rf ~/.local/share/fish
fish
git --<tab>
Expected behavior:
All of the options to
git
should be suggested:Observed behavior:
Autocompletion to
--help
Additional information:
fish_update_completions
doesn't help.Fish version: 2.3.0
Operating system: Arch Linux
Terminal or terminal emulator: urxvt
The text was updated successfully, but these errors were encountered: