"plugins/vscode:/vscode.git/clone" did not exist on "35d89ab85991e9a6dc055d0fd790b50c1aaa0cce"
Fix compdef commands in git plugin
The command `compdef command=git` returns an error in some cases, the appropriate command is `compdef _git command`. Fixes #5442
Please register or sign in to comment