kidonng / completions.fish

Latest fish completions as a plugin
GNU General Public License v2.0
10 stars 1 forks source link

Broken git completion #3

Open darthShadow opened 7 months ago

darthShadow commented 7 months ago
(Type 'help commandline' for related documentation)
commandline: -xpc: unknown option

~/.config/fish/completions/fishion/git.fish (line 1):
commandline -xpc

The latest release completion is this: https://github.com/fish-shell/fish-shell/blob/3.7.1/share/completions/git.fish

whereas the latest master completion is this: https://github.com/fish-shell/fish-shell/blob/master/share/completions/git.fish

which was updated in this change: https://github.com/fish-shell/fish-shell/pull/10212