Custom git command completion seems to be broken in 3.6 #9457
Labels
regression
Something that used to work, but was broken, especially between releases
Milestone
The new 3.6 release is fantastic! Upon upgrading, though, I noticed that completions for my custom git commands are no longer working. I have a few commands that augment certain git commands, and I get completions for them by wrapping their corresponding git commands using the
-w
flag (previously discussed here). I have these completions set in aconf.d
file:These completions don't seem to work at all anymore. My guess is that it might be due to the recent change for caching commands in
share/completions/git.fish
.The text was updated successfully, but these errors were encountered: